This website requires JavaScript.
Explore
Help
Sign In
interesting
/
go-ethereum
mirror of
https://github.com/ethereum/go-ethereum.git
Watch
1
Star
0
Fork
You've already forked go-ethereum
0
Code
Issues
Projects
Releases
Wiki
Activity
96fd1ce270
go-ethereum
/
mist
/
assets
/
ext
/
pre.js
4 lines
69 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Re-writing ethereum.js. Added future/promises support.
2014-09-19 15:42:55 -05:00
if
(
typeof
(
Promise
)
===
"undefined"
)
{
window
.
Promise
=
Q
.
Promise
;
}