Skip to content

Commit

Permalink
Small fix for addArray
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Nov 19, 2014
1 parent 1612ddf commit 6e02d50
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "thaw.js",
"main": "thaw.js",
"version": "1.1.2",
"version": "1.1.3",
"homepage": "https://github.com/robertleeplummerjr/thaw.js",
"authors": [
"Robert Plummer <[email protected]> (http://visop-dev.com)"
Expand Down
2 changes: 1 addition & 1 deletion thaw.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var Thaw = (function(window) {
doTick = true;
}

this.items.concat(items);
this.items = this.items.concat(items);

if (doTick) {
this.tick();
Expand Down

0 comments on commit 6e02d50

Please sign in to comment.