autoprovider, buildQt not builds only necessery files, fixed gulpfile

This commit is contained in:
Marek Kotewicz
2014-11-11 15:47:58 +01:00
parent 84b36a7193
commit 838ca2fd93
8 changed files with 153 additions and 15 deletions

View File

@ -387,6 +387,10 @@ web3.setProvider = function(provider) {
web3.provider.sendQueued();
};
web3.haveProvider = function() {
return !!web3.provider.provider;
};
var Filter = function(options, impl) {
this.impl = impl;
this.callbacks = [];