Refactored piskel controller to extract the event creation

This commit is contained in:
juliandescottes
2014-04-19 16:01:51 +02:00
parent b7e4deae00
commit d45ea00ca5
13 changed files with 234 additions and 117 deletions

View File

@ -56,7 +56,7 @@
};
ns.PngExportController.prototype.getPiskelName_ = function () {
return this.piskelController.piskel.getDescriptor().name;
return this.piskelController.getPiskel().getDescriptor().name;
};
ns.PngExportController.prototype.getFramesheetAsBase64Png = function () {