Browse Source

revert 'index' sort to 'original-order'

pull/14/head
David DeSandro 14 years ago
parent
commit
1491c513d5
  1. 4
      src/jquery.molequul.js

4
src/jquery.molequul.js

@ -24,7 +24,7 @@
animationOptions: {
queue: false
},
sortBy : 'index',
sortBy : 'original-order',
sortDir : 1
},
@ -440,7 +440,7 @@
// sorting
var indexSorter = {
'index' : function( $elem ) {
'original-order' : function( $elem ) {
return props.elemCount;
}
};

Loading…
Cancel
Save