This repository was archived by the owner on Sep 8, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " angular-ui-sortable" ,
3- "version" : " 0.12.3 " ,
3+ "version" : " 0.12.4 " ,
44 "description" : " This directive allows you to jQueryUI Sortable." ,
55 "author" : " https://github.com/angular-ui/ui-sortable/graphs/contributors" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-ui-sortable" ,
3- "version" : " 0.12.3 " ,
3+ "version" : " 0.12.4 " ,
44 "description" : " This directive allows you to jQueryUI Sortable." ,
55 "author" : " https://github.com/angular-ui/ui-sortable/graphs/contributors" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -84,9 +84,7 @@ angular.module('ui.sortable', [])
8484 var phElement = placeholder . element ( ) ;
8585 // workaround for jquery ui 1.9.x,
8686 // not returning jquery collection
87- if ( ! phElement . jquery ) {
88- phElement = angular . element ( phElement ) ;
89- }
87+ phElement = angular . element ( phElement ) ;
9088
9189 // exact match with the placeholder's class attribute to handle
9290 // the case that multiple connected sortables exist and
You can’t perform that action at this time.
0 commit comments