mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
PR138#commitcomment-4293036 use full namespace when specifying a classtype
See https://github.com/juliandescottes/piskel/pull/138#commitcomment-4293036
This commit is contained in:
@ -33,7 +33,7 @@
|
||||
/**
|
||||
* Similar to deserializePiskel, but dealing directly with a parsed piskel
|
||||
* @param {Object} piskelData JSON.parse of a serialized piskel
|
||||
* @return {Piskel} a piskel
|
||||
* @return {pskl.model.Piskel} a piskel
|
||||
*/
|
||||
createPiskel : function (piskelData) {
|
||||
var piskel = null;
|
||||
|
Reference in New Issue
Block a user