mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
Fix wodocollabeditor conflicts with other libraries because of global require and define AMD modulation
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
|
||||
/*global define, dojo, runtime, webodf */
|
||||
|
||||
define("webodf/editor/widgets/aboutDialog", ["dijit/Dialog"], function (Dialog) {
|
||||
webodfModule.define("webodf/editor/widgets/aboutDialog", ["dijit/Dialog"], function (Dialog) {
|
||||
"use strict";
|
||||
|
||||
var editorBase = dojo.config && dojo.config.paths && dojo.config.paths["webodf/editor"],
|
||||
|
Reference in New Issue
Block a user