editor-br-debug.js revision 99c4d05a4bdb506516f0dca00fc8bf4b86c93bd1
83N/A _onKeyDown: function(e) {
1591N/A * Adds listeners for keydown in IE and Webkit. Also fires insertbeonreturn for supporting browsers.
1591N/A _afterEditorReady: function() {
* Adds a nodeChange listener only for FF, in the event of a backspace or delete, it creates an empy textNode
* inserts it into the DOM after the e.changedNode, then removes it. Causing FF to redraw the content.
_onNodeChange: function(e) {
switch (e.changedType) {
var d = e.changedNode;
d.appendChild(t);
d.removeChild(t);
initializer: function() {
ATTRS: {
host: {
value: false