Browse Source

ResetLayoutProps => Reset

pull/14/head
David DeSandro 14 years ago
parent
commit
a3b292bf1d
  1. 6
      src/jquery.molequul.js

6
src/jquery.molequul.js

@ -354,7 +354,7 @@
return this; return this;
}, },
_masonryResetLayoutProps : function() { _masonryReset : function() {
var i = this.colCount; var i = this.colCount;
this.colYs = []; this.colYs = [];
while (i--) { while (i--) {
@ -410,7 +410,7 @@
}); });
}, },
_clearFloatResetLayoutProps : function() { _clearFloatReset : function() {
this.clearFloat = { this.clearFloat = {
x : 0, x : 0,
y : 0, y : 0,
@ -492,7 +492,7 @@
reLayout : function( callback ) { reLayout : function( callback ) {
return this return this
[ '_' + this.options.layoutMode + 'ResetLayoutProps' ]() [ '_' + this.options.layoutMode + 'Reset' ]()
.layout( this.$filteredAtoms, callback ) .layout( this.$filteredAtoms, callback )
}, },

Loading…
Cancel
Save