aboutsummaryrefslogtreecommitdiffstats
path: root/dist/ethereum.js
diff options
context:
space:
mode:
authorGav Wood <i@gavwood.com>2015-02-02 14:51:14 +0800
committerGav Wood <i@gavwood.com>2015-02-02 14:51:14 +0800
commit0994efa66f5e0983c524dae80088e5df005f7e1a (patch)
treeeed943b8207693b2ee3044ffe63b6915a8c6a55d /dist/ethereum.js
parentd5166918e9ad5158ddd2f76866adb21b59393b96 (diff)
downloadgo-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.js3
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) {