style definition

This commit is contained in:
lxsang
2018-09-15 01:12:36 +02:00
parent f1b94435c5
commit 890dd4b4d1
4 changed files with 383 additions and 65 deletions

View File

@ -24,9 +24,10 @@
/*global runtime, define, document, core, odf, gui, ops*/
define("webodf/editor/EditorSession", [
/*define("webodf/editor/EditorSession", [
"dojo/text!resources/fonts/fonts.css"
], function (fontsCSS) { // fontsCSS is retrieved as a string, using dojo's text retrieval AMD plugin
],*/
this.OS.APP.OpenPage.EditorSession = (function (fontsCSS) { // fontsCSS is retrieved as a string, using dojo's text retrieval AMD plugin
"use strict";
runtime.loadClass("core.Async");
@ -656,5 +657,5 @@ define("webodf/editor/EditorSession", [
/**@const*/EditorSession.signalUndoStackChanged = "signalUndoStackChanged";
return EditorSession;
});
})("");