aboutsummaryrefslogtreecommitdiffstats
path: root/example
diff options
context:
space:
mode:
authorMarian Oancea <contact@siteshop.ro>2014-11-07 04:51:37 +0800
committerMarian Oancea <contact@siteshop.ro>2014-11-07 04:51:37 +0800
commit3270b432bcb007944e3b6e17329b062cb6b7da78 (patch)
tree197238043b4e4e7e5b20c2d985961e863fe52a92 /example
parentbd14b4d23e5eaaf5359b73a2744727df5624ab97 (diff)
downloaddexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.gz
dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.tar.zst
dexon-3270b432bcb007944e3b6e17329b062cb6b7da78.zip
Refactoring
Removed browser fixes Updated gulp to bypass native browser objects Added source map for dist
Diffstat (limited to 'example')
-rw-r--r--example/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/index.html b/example/index.html
index 87bc360fd..202ae70a9 100644
--- a/example/index.html
+++ b/example/index.html
@@ -9,6 +9,7 @@
if (window.Promise === undefined) {
window.Promise = ES6Promise.Promise;
}
+
var web3 = require('web3');
//web3.setProvider(new web3.providers.QtProvider());