From a3b292bf1d42cbb75525a2331982f8ff6d7fffd2 Mon Sep 17 00:00:00 2001 From: David DeSandro Date: Wed, 3 Nov 2010 22:48:03 -0400 Subject: [PATCH] ResetLayoutProps => Reset --- src/jquery.molequul.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/jquery.molequul.js b/src/jquery.molequul.js index f77a9f8..bebb6b7 100755 --- a/src/jquery.molequul.js +++ b/src/jquery.molequul.js @@ -354,7 +354,7 @@ return this; }, - _masonryResetLayoutProps : function() { + _masonryReset : function() { var i = this.colCount; this.colYs = []; while (i--) { @@ -410,7 +410,7 @@ }); }, - _clearFloatResetLayoutProps : function() { + _clearFloatReset : function() { this.clearFloat = { x : 0, y : 0, @@ -492,7 +492,7 @@ reLayout : function( callback ) { return this - [ '_' + this.options.layoutMode + 'ResetLayoutProps' ]() + [ '_' + this.options.layoutMode + 'Reset' ]() .layout( this.$filteredAtoms, callback ) },