git ssb

0+

wanderer🌟 / js-primea-hypervisor



Commit 35fc7a2516bd2641e4b9bb32ebdaed256fe57491

Address: lint fixes

Alex Beregszaszi committed on 8/26/2016, 9:40:32 PM
Parent: 3be5f3f12ef3ed8ddbb930ec9ce328ea4e9db64d

Files changed

address.jschanged
address.jsView
@@ -27,9 +27,9 @@
2727 toString () {
2828 return '0x' + this._value.toString('hex', 40)
2929 }
3030
31- static zero() {
31+ static zero () {
3232 return new Address('0x0000000000000000000000000000000000000000')
3333 }
3434
3535 isZero () {

Built with git-ssb-web