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

Loading…
Cancel
Save