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

Commit 053a3a0

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 187
1 parent 51bb7b8 commit 053a3a0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

sortable.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
(function(window, angular, undefined) { 'use strict';
1+
(function(window, angular, undefined) {
2+
'use strict';
23
/*
34
jQuery UI Sortable plugin wrapper
45
@@ -9,8 +10,6 @@ angular.module('ui.sortable', [])
910
.directive('uiSortable', [
1011
'uiSortableConfig', '$timeout', '$log',
1112
function(uiSortableConfig, $timeout, $log) {
12-
'use strict';
13-
1413
return {
1514
require: '?ngModel',
1615
link: function(scope, element, attrs, ngModel) {

0 commit comments

Comments
 (0)