File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " thaw.js" ,
33 "main" : " thaw.js" ,
4- "version" : " 1.1.3 " ,
4+ "version" : " 1.1.4 " ,
55 "homepage" : " https://github.com/robertleeplummerjr/thaw.js" ,
66 "authors" : [
77 " Robert Plummer <robertleeplummerjr@gmail.com> (http://visop-dev.com)"
Original file line number Diff line number Diff line change @@ -32,9 +32,9 @@ var Thaw = (function(window) {
3232 thawing = true ;
3333 done . call ( items [ i ] ) ;
3434 thawing = false ;
35- self . i = - 1 ;
3635 }
3736
37+ self . i = - 1 ;
3838 clearTimeout ( timeout ) ;
3939 return ;
4040 }
@@ -170,9 +170,9 @@ var Thaw = (function(window) {
170170 thawing = true ;
171171 done . call ( items [ i ] ) ;
172172 thawing = false ;
173- i = - 1 ;
174173 }
175174
175+ i = - 1 ;
176176 clearTimeout ( timeout ) ;
177177 return ;
178178 }
You can’t perform that action at this time.
0 commit comments