8 lines
230 B
Plaintext
8 lines
230 B
Plaintext
var getEditorStylesheets = function() {
|
|
return ["../../../apps/presentationeditor/main/resources/css/app-edit.css"];
|
|
};
|
|
|
|
var getEditorScripts = function() {
|
|
return ["../../../apps/presentationeditor/main/app-edit.js"];
|
|
};
|