fix(get) hash -> hex

This commit is contained in:
coderaiser 2014-04-24 03:25:01 -04:00
parent fe4d806c33
commit dbf379a175

View file

@ -51,9 +51,9 @@
var hex;
if (!error)
hash = hash.get();
hex = hash.get();
func(error, hash);
func(error, hex);
}
});
break;