Add OpenPage release

This commit is contained in:
lxsang
2020-06-25 16:23:33 +00:00
parent eb26c964b2
commit 50159758a2
15 changed files with 407 additions and 3137 deletions

View File

@ -27,7 +27,7 @@
/*define("webodf/editor/EditorSession", [
"dojo/text!resources/fonts/fonts.css"
],*/
this.OS.APP.OpenPage.EditorSession = (function (fontsCSS) { // fontsCSS is retrieved as a string, using dojo's text retrieval AMD plugin
this.OS.application.OpenPage.EditorSession = (function (fontsCSS) { // fontsCSS is retrieved as a string, using dojo's text retrieval AMD plugin
"use strict";
runtime.loadClass("core.Async");