This commit is contained in:
Vince 2012-08-29 01:15:20 +02:00
commit 5c58db1983
1 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
var FrameSheetModel = (function() {
var inst;
@ -30,7 +29,7 @@ var FrameSheetModel = (function() {
* Overrides existing frames.
* @param {String} serialized
*/
deserializeFramesheet : function (serialized) {
deserialize : function (serialized) {
try {
frames = JSON.parse(serialized);
} catch (e) {