mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
8 lines
178 B
JavaScript
8 lines
178 B
JavaScript
(function () {
|
|
var ns = $.namespace("pskl.controller.settings");
|
|
ns.GifExportController = function () {
|
|
|
|
};
|
|
|
|
ns.GifExportController.prototype.init = function () {};
|
|
})(); |