Added cheap lazy templates + logic to switch between setting controllers

This commit is contained in:
jdescottes
2013-08-12 07:31:09 +02:00
parent d8d6f27462
commit 73b98850db
12 changed files with 185 additions and 77 deletions

View File

@ -0,0 +1,8 @@
(function () {
var ns = $.namespace("pskl.controller.settings");
ns.GifExportController = function () {
};
ns.GifExportController.prototype.init = function () {};
})();