Extraneous console.log

print-window-tiddler
Jeremy Ruston 2012-10-26 22:12:23 +01:00
rodzic b0abbb38da
commit 865e26bbce
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -88,7 +88,6 @@ TextEditor.prototype.getChild = function() {
};
TextEditor.prototype.handleEvent = function(event) {
console.log("event type",event.type);
// Get the value of the field if it might have changed
if("keyup focus blur".split(" ").indexOf(event.type) !== -1) {
this.saveChanges();