diff options
author | Gav Wood <i@gavwood.com> | 2015-02-02 14:51:14 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2015-02-02 14:51:14 +0800 |
commit | 0994efa66f5e0983c524dae80088e5df005f7e1a (patch) | |
tree | eed943b8207693b2ee3044ffe63b6915a8c6a55d /dist/ethereum.js | |
parent | d5166918e9ad5158ddd2f76866adb21b59393b96 (diff) | |
download | go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar.gz go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar.bz2 go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar.lz go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar.xz go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.tar.zst go-tangerine-0994efa66f5e0983c524dae80088e5df005f7e1a.zip |
Better HTML template in Mix.
Use happened in JS.
Debugging QML enabled.
Diffstat (limited to 'dist/ethereum.js')
-rw-r--r-- | dist/ethereum.js | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |