We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b107fa8 commit 88979dcCopy full SHA for 88979dc
bower.json
@@ -1,7 +1,7 @@
1
{
2
"name": "thaw.js",
3
"main": "thaw.js",
4
- "version": "1.1.7",
+ "version": "1.1.8",
5
"homepage": "https://github.com/robertleeplummerjr/thaw.js",
6
"authors": [
7
"Robert Plummer <robertleeplummerjr@gmail.com> (http://visop-dev.com)"
thaw.js
@@ -77,7 +77,7 @@ var Thaw = (function(window) {
77
* @returns {boolean} if had to get ready
78
*/
79
makeReady: function() {
80
- if (this.i < 1) {
+ if (this.i < 0) {
81
this.i = this.items.length;
82
return true;
83
}
0 commit comments