mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Added cheap lazy templates + logic to switch between setting controllers
This commit is contained in:
8
js/controller/settings/GifExportController.js
Normal file
8
js/controller/settings/GifExportController.js
Normal file
@ -0,0 +1,8 @@
|
||||
(function () {
|
||||
var ns = $.namespace("pskl.controller.settings");
|
||||
ns.GifExportController = function () {
|
||||
|
||||
};
|
||||
|
||||
ns.GifExportController.prototype.init = function () {};
|
||||
})();
|
Reference in New Issue
Block a user