mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Import panel:
- added pskl.controller.settings.ImportController (empty atm) - moved SettingsController under settings namespace - move settings templates in a dedicated folder - created import icon (svg is in the resources folder) - added import button in right-layer
This commit is contained in:
8
js/controller/settings/ImportController.js
Normal file
8
js/controller/settings/ImportController.js
Normal file
@@ -0,0 +1,8 @@
|
||||
(function () {
|
||||
var ns = $.namespace('pskl.controller.settings');
|
||||
|
||||
ns.ImportController = function () {};
|
||||
|
||||
ns.ImportController.prototype.init = function () {};
|
||||
|
||||
})();
|
||||
Reference in New Issue
Block a user