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 1
1
{
2
2
"name" : " angular-ui-sortable" ,
3
- "version" : " 0.12.3 " ,
3
+ "version" : " 0.12.4 " ,
4
4
"description" : " This directive allows you to jQueryUI Sortable." ,
5
5
"author" : " https://github.com/angular-ui/ui-sortable/graphs/contributors" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " angular-ui-sortable" ,
3
- "version" : " 0.12.3 " ,
3
+ "version" : " 0.12.4 " ,
4
4
"description" : " This directive allows you to jQueryUI Sortable." ,
5
5
"author" : " https://github.com/angular-ui/ui-sortable/graphs/contributors" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change @@ -84,9 +84,7 @@ angular.module('ui.sortable', [])
84
84
var phElement = placeholder . element ( ) ;
85
85
// workaround for jquery ui 1.9.x,
86
86
// not returning jquery collection
87
- if ( ! phElement . jquery ) {
88
- phElement = angular . element ( phElement ) ;
89
- }
87
+ phElement = angular . element ( phElement ) ;
90
88
91
89
// exact match with the placeholder's class attribute to handle
92
90
// the case that multiple connected sortables exist and
You can’t perform that action at this time.
0 commit comments