This website requires JavaScript.
Explore
Help
Sign In
cerc-io
/
plugeth
Watch
18
Star
0
Fork
1
You've already forked plugeth
Code
Issues
4
Pull Requests
Packages
Projects
Releases
Wiki
Activity
41ae6f298e
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
;
}
Reference in New Issue
Copy Permalink