8 lines
No EOL
178 B
JavaScript
8 lines
No EOL
178 B
JavaScript
(function () {
|
|
var ns = $.namespace("pskl.controller.settings");
|
|
ns.GifExportController = function () {
|
|
|
|
};
|
|
|
|
ns.GifExportController.prototype.init = function () {};
|
|
})(); |