Merge branch 'MDL-53249-30' of git://github.com/merrill-oakland/moodle into MOODLE_30_STABLE

This commit is contained in:
Andrew Nicols
2016-02-29 14:36:22 +08:00
4 changed files with 14 additions and 5 deletions
@@ -1973,7 +1973,10 @@ EditorSelection.prototype = {
return;
}
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
}, null, this);
}, {
// Standalone will make sure all editors receive the end event.
standAlone: true
}, this);
return this;
},
File diff suppressed because one or more lines are too long
@@ -1960,7 +1960,10 @@ EditorSelection.prototype = {
return;
}
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
}, null, this);
}, {
// Standalone will make sure all editors receive the end event.
standAlone: true
}, this);
return this;
},
+4 -1
View File
@@ -118,7 +118,10 @@ EditorSelection.prototype = {
return;
}
Y.soon(Y.bind(this._hasSelectionChanged, this, e));
}, null, this);
}, {
// Standalone will make sure all editors receive the end event.
standAlone: true
}, this);
return this;
},