From 0994efa66f5e0983c524dae80088e5df005f7e1a Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 1 Feb 2015 22:51:14 -0800 Subject: Better HTML template in Mix. Use happened in JS. Debugging QML enabled. --- dist/ethereum.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dist/ethereum.js') diff --git a/dist/ethereum.js b/dist/ethereum.js index 817b55852..0f30280f9 100644 --- a/dist/ethereum.js +++ b/dist/ethereum.js @@ -590,6 +590,9 @@ var Filter = function(options, impl) { Filter.prototype.arrived = function(callback) { this.changed(callback); }; +Filter.prototype.happened = function(callback) { + this.changed(callback); +}; /// gets called when there is new eth/shh message Filter.prototype.changed = function(callback) { -- cgit v1.2.3