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

Commit 47b1f99

Browse files
committed
js lint fixes
js lint fixes
1 parent 52016d0 commit 47b1f99

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/sortable.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ angular.module('ui.sortable', [])
1616
return function(e,ui){
1717
first(e,ui);
1818
second(e,ui);
19-
}
20-
}
19+
};
20+
};
2121
return first;
2222
}
2323

@@ -106,6 +106,6 @@ angular.module('ui.sortable', [])
106106

107107
element.sortable(opts);
108108
}
109-
}
109+
};
110110
}
111111
]);

0 commit comments

Comments
 (0)