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