Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 5e9f704

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 182
1 parent 73f739e commit 5e9f704

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

sortable.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
'use strict';
21
/*
32
jQuery UI Sortable plugin wrapper
43
@@ -9,6 +8,7 @@ angular.module('ui.sortable', []).value('uiSortableConfig', {}).directive('uiSor
98
'$timeout',
109
'$log',
1110
function (uiSortableConfig, $timeout, $log) {
11+
'use strict';
1212
return {
1313
require: '?ngModel',
1414
link: function (scope, element, attrs, ngModel) {

sortable.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)