v2.0.0-beta.6
@ -1,6 +1,6 @@
{
"browser": true,
"devel": true,
"devel": false,
"strict": true,
"undef": true,
"unused": true,
"name": "isotope",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "Filter and sort magical layouts",
"main": [
"js/item.js",
@ -1,5 +1,5 @@
/*!
* Isotope v2.0.0-beta.5
* Isotope v2.0.0-beta.6
* Magical sorting and filtering layouts
* http://isotope.metafizzy.co
*/
@ -63,7 +63,6 @@ function layoutModeDefinition( getSize, Outlayer ) {
// ----- measurements ----- //
LayoutMode.prototype._getMeasurement = function() {
console.log('getting measurement', this.options.columnWidth );
this.isotope._getMeasurement.apply( this, arguments );
};