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. --- lib/filter.js | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib') diff --git a/lib/filter.js b/lib/filter.js index 4cb297f37..25b6d9a4a 100644 --- a/lib/filter.js +++ b/lib/filter.js @@ -61,6 +61,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