Add Engine.autoSelect and add to Engine.export64

This commit is contained in:
Blake Grotewold
2014-06-06 11:59:46 -04:00
parent 4d0b838fdb
commit 17f902e65c
+5
View File
@@ -313,6 +313,7 @@
}
}
});
Engine.autoSelect('#description textarea')
},
import64: function(string64) {
@@ -627,6 +628,10 @@
document.onmousedown = eventPassthrough;
},
autoSelect: function(selector) {
$(selector).focus().select();
},
handleStateUpdates: function(e){
},