This website requires JavaScript.
Explore
Help
Sign In
roysc
/
plugeth
Watch
1
Star
0
Fork
0
You've already forked plugeth
forked from
cerc-io/plugeth
Code
Pull Requests
Activity
dc944f7518
plugeth
/
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 20:42:55 +00:00
if
(
typeof
(
Promise
)
===
"undefined"
)
{
window
.
Promise
=
Q
.
Promise
;
}
Copy Permalink