aboutsummaryrefslogtreecommitdiffstats
path: root/example/balance.html
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2015-01-27 07:54:21 +0800
commitda4c2d530d6f9b8ba54221c6812f77766a33fed6 (patch)
tree61c5ce0184340f48463486cdacffdad3b6a984bf /example/balance.html
parent5b701962dc3b45f4cdcad01492adab02b0cac4a7 (diff)
downloaddexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.gz
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.bz2
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.lz
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.xz
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.tar.zst
dexon-da4c2d530d6f9b8ba54221c6812f77766a33fed6.zip
removed promise dependency, updated readme, fixed node.js version of lib
Diffstat (limited to 'example/balance.html')
-rw-r--r--example/balance.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/example/balance.html b/example/balance.html
index 60b8bbe87..88f55315a 100644
--- a/example/balance.html
+++ b/example/balance.html
@@ -2,7 +2,6 @@
<html>
<head>
-<script type="text/javascript" src="js/es6-promise/promise.min.js"></script>
<script type="text/javascript" src="js/bignumber.js/bignumber.min.js"></script>
<script type="text/javascript" src="../dist/ethereum.js"></script>
<script type="text/javascript">