Revert changes of local definition of define variable, because they no more conflict with wodocollabeditor

This commit is contained in:
Hadi Nategh 2016-10-27 18:43:03 +02:00
parent 017e45ffd4
commit 3b76072885
2 changed files with 1 additions and 3 deletions

View File

@ -799,8 +799,6 @@
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