Better HTML template in Mix.

Use happened in JS.
Debugging QML enabled.
pull/296/head
Gav Wood 10 years ago
parent d5166918e9
commit 0994efa66f
  1. 3
      dist/ethereum.js
  2. 4
      dist/ethereum.js.map
  3. 2
      dist/ethereum.min.js
  4. 3
      lib/filter.js

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

File diff suppressed because one or more lines are too long

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…
Cancel
Save