Skip to content

Commit

Permalink
missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
flyover committed Apr 25, 2016
1 parent 1a83bf2 commit 78b816c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spine.js
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ spine.AnimSlot.prototype.load = function(json) {
console.log("TODO: spine.AnimSlot::load", key);
break;
}
})
});

return anim_slot;
}
Expand Down

0 comments on commit 78b816c

Please sign in to comment.