Oops, missing an underscore. Thanks Mateusz.

pull/56/head v2.0.6
Glen Cheney 10 years ago
parent f1c8c06162
commit b69d5b2306

@ -27,7 +27,7 @@
* Modified 2014-03-08
* @license MIT license
* @author Glen Cheney <cheney.glen@gmail.com>
* @version 2.0.5
* @version 2.0.6
*/
(function($, Modernizr, undefined) {
@ -402,7 +402,7 @@ Shuffle.prototype = {
// or use the size of the first item
} else if (this.$items.length > 0) {
size = this.getOuterWidth(this.$items[0], true);
size = this._getOuterWidth(this.$items[0], true);
// if there's no items, use size of container
} else {

File diff suppressed because one or more lines are too long

@ -3,7 +3,7 @@
"title": "Shuffle.js",
"description": "Categorize, sort, and filter a responsive grid of items",
"keywords": ["gallery", "shuffle", "layout", "masonry", "filter", "sort", "responsive", "grid", "mobile", "tiles"],
"version": "2.0.5",
"version": "2.0.6",
"author": {
"name": "Glen Cheney",
"email": "cheney.glen@gmail.com"

Loading…
Cancel
Save