mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-04-28 00:00:48 -07:00
Coding style cleanup
This commit is contained in:
parent
6f0d581d72
commit
996eecc79a
1 changed files with 0 additions and 3 deletions
|
|
@ -71,13 +71,11 @@ EditTextWidget.prototype.render = function(parent,nextSibling) {
|
|||
}
|
||||
// Fix height
|
||||
this.fixHeight();
|
||||
|
||||
// Focus field
|
||||
if(this.editFocus === "true") {
|
||||
domNode.focus();
|
||||
domNode.select();
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
@ -148,7 +146,6 @@ EditTextWidget.prototype.execute = function() {
|
|||
this.editMinHeight = this.getAttribute("minHeight",DEFAULT_MIN_TEXT_AREA_HEIGHT);
|
||||
this.editFocusPopup = this.getAttribute("focusPopup");
|
||||
this.editFocus = this.getAttribute("focus");
|
||||
|
||||
// Get the editor element tag and type
|
||||
var tag,type;
|
||||
if(this.editField === "text") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue