W.I.P collab Editor:

- Fix collab editor define global variable conflicts with some other libraries which use define global
This commit is contained in:
Hadi Nategh 2016-08-16 12:52:26 +02:00
parent e8a0028cf8
commit 704a47a182
2 changed files with 15 additions and 15 deletions

View File

@ -799,8 +799,8 @@
return(this);
};
// Avoid confilict with wodocollabtexteditor which uses dojo framework
var define;
// Node.js-style export for Node and Component
if (typeof module != 'undefined') {
module.exports = Resumable;

File diff suppressed because one or more lines are too long