Browse Source

remove console.log; devel: false

v2.0.0-beta.6
pull/726/head v2.0.0-beta.6
David DeSandro 11 years ago
parent
commit
cf38640b56
  1. 2
      .jshintrc
  2. 2
      bower.json
  3. 2
      js/isotope.js
  4. 1
      js/layout-mode.js

2
.jshintrc

@ -1,6 +1,6 @@
{ {
"browser": true, "browser": true,
"devel": true, "devel": false,
"strict": true, "strict": true,
"undef": true, "undef": true,
"unused": true, "unused": true,

2
bower.json

@ -1,6 +1,6 @@
{ {
"name": "isotope", "name": "isotope",
"version": "2.0.0-beta.5", "version": "2.0.0-beta.6",
"description": "Filter and sort magical layouts", "description": "Filter and sort magical layouts",
"main": [ "main": [
"js/item.js", "js/item.js",

2
js/isotope.js

@ -1,5 +1,5 @@
/*! /*!
* Isotope v2.0.0-beta.5 * Isotope v2.0.0-beta.6
* Magical sorting and filtering layouts * Magical sorting and filtering layouts
* http://isotope.metafizzy.co * http://isotope.metafizzy.co
*/ */

1
js/layout-mode.js

@ -63,7 +63,6 @@ function layoutModeDefinition( getSize, Outlayer ) {
// ----- measurements ----- // // ----- measurements ----- //
LayoutMode.prototype._getMeasurement = function() { LayoutMode.prototype._getMeasurement = function() {
console.log('getting measurement', this.options.columnWidth );
this.isotope._getMeasurement.apply( this, arguments ); this.isotope._getMeasurement.apply( this, arguments );
}; };

Loading…
Cancel
Save