mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-02-28 00:27:26 +00:00
Better HTML template in Mix.
Use happened in JS. Debugging QML enabled.
This commit is contained in:
parent
d5166918e9
commit
0994efa66f
4 changed files with 9 additions and 3 deletions
3
dist/ethereum.js
vendored
3
dist/ethereum.js
vendored
|
|
@ -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) {
|
||||
|
|
|
|||
4
dist/ethereum.js.map
vendored
4
dist/ethereum.js.map
vendored
File diff suppressed because one or more lines are too long
2
dist/ethereum.min.js
vendored
2
dist/ethereum.min.js
vendored
File diff suppressed because one or more lines are too long
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue