repo: janusweb action: commit revision: path_from: revision_from: 68cd01ec8f7395ea840a40b54c266c3d6cb36682: path_to: revision_to:
commit 68cd01ec8f7395ea840a40b54c266c3d6cb36682 Author: James BaicoianuDate: Sat Oct 21 03:28:39 2017 -0700 Fix for double-callback bug diff --git a/scripts/janusbase.js b/scripts/janusbase.js
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -553,7 +553,7 @@ console.error('dunno what this is', other);
if (!event.element) event.element = this;
var handlerfn = 'on' + event.type;
if (this[handlerfn]) {
- this.executeCallback(this[handlerfn], event);
+ //this.executeCallback(this[handlerfn], event);
}
return elation.events.fire(event);
}
-----END OF PAGE-----