Better HTML template in Mix.

Use happened in JS.
Debugging QML enabled.
This commit is contained in:
Gav Wood
2015-02-01 22:51:14 -08:00
parent d5166918e9
commit 0994efa66f
4 changed files with 9 additions and 3 deletions

View File

@ -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) {