kopia lustrzana https://github.com/c9/core
fix typo
rodzic
f423218a7e
commit
db38883182
|
@ -150,7 +150,7 @@ apf.codebox = function(struct, tagName) {
|
|||
editor.renderer.setShowGutter(false);
|
||||
editor.renderer.setHighlightGutterLine(false);
|
||||
|
||||
editor.$mouseHandler.$focusWaitTimout = 0;
|
||||
editor.$mouseHandler.$focusTimeout = 0;
|
||||
|
||||
editor.setReadOnly = function(readOnly) {
|
||||
if (this.$readOnly != readOnly) {
|
||||
|
|
|
@ -121,7 +121,7 @@ exports.singleLineEditor = function(el) {
|
|||
editor.setShowPrintMargin(false);
|
||||
editor.renderer.setShowGutter(false);
|
||||
editor.renderer.setHighlightGutterLine(false);
|
||||
editor.$mouseHandler.$focusWaitTimout = 0;
|
||||
editor.$mouseHandler.$focusTimeout = 0;
|
||||
|
||||
return editor;
|
||||
};
|
||||
|
|
|
@ -50,7 +50,7 @@ var $singleLineEditor = function(el) {
|
|||
editor.renderer.setShowGutter(false);
|
||||
editor.renderer.setHighlightGutterLine(false);
|
||||
|
||||
editor.$mouseHandler.$focusWaitTimout = 0;
|
||||
editor.$mouseHandler.$focusTimeout = 0;
|
||||
editor.$highlightTagPending = true;
|
||||
|
||||
return editor;
|
||||
|
|
|
@ -123,7 +123,7 @@ exports.singleLineEditor = function(el) {
|
|||
editor.setShowPrintMargin(false);
|
||||
editor.renderer.setShowGutter(false);
|
||||
editor.renderer.setHighlightGutterLine(false);
|
||||
editor.$mouseHandler.$focusWaitTimout = 0;
|
||||
editor.$mouseHandler.$focusTimeout = 0;
|
||||
|
||||
return editor;
|
||||
};
|
||||
|
|
|
@ -132,7 +132,7 @@ var EditableTree = function(tree) {
|
|||
editor.setShowPrintMargin(false);
|
||||
editor.renderer.setShowGutter(false);
|
||||
editor.renderer.setHighlightGutterLine(false);
|
||||
editor.$mouseHandler.$focusWaitTimout = 0;
|
||||
editor.$mouseHandler.$focusTimeout = 0;
|
||||
editor.renderer.setPadding(2);
|
||||
editor.container.style.font = "inherit";
|
||||
editor.renderer.$markerBack.element.style.marginTop =
|
||||
|
|
|
@ -135,7 +135,7 @@ var MouseHandler = function(editor) {
|
|||
config.defineOptions(MouseHandler.prototype, "mouseHandler", {
|
||||
scrollSpeed: {initialValue: 2},
|
||||
dragDelay: {initialValue: 150},
|
||||
focusTimout: {initialValue: 0},
|
||||
focusTimeout: {initialValue: 0},
|
||||
enableDragDrop: {initialValue: false}
|
||||
});
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue