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

Commit e5d0d0e

Browse files
author
AngularUI (via TravisCI)
committed
Travis commit : build 131
1 parent 89e7b51 commit e5d0d0e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sortable.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ angular.module('ui.sortable', []).value('uiSortableConfig', {}).directive('uiSor
66
return {
77
require: '?ngModel',
88
link: function (scope, element, attrs, ngModel) {
9-
element = jQuery(element);
109
function combineCallbacks(first, second) {
1110
if (second && typeof second === 'function') {
1211
return function (e, ui) {

sortable.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)