mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Update js/frameSheetModel.js
Small mistake in catch block
This commit is contained in:
parent
184f6bf825
commit
71c732665f
@ -52,7 +52,7 @@ var FrameSheetModel = (function() {
|
|||||||
try {
|
try {
|
||||||
frames = JSON.parse(serialized);
|
frames = JSON.parse(serialized);
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
throw "Could not load serialized framesheet." + e.message()
|
throw "Could not load serialized framesheet." + e.message
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user