flocore/util
Ryan X. Charles 9122807ecb remove __proto__ from EncodedData and family
EncodedData was setting "converter" and "_encoding" by setting them on the
prototype of the object. This was probably done to enable overriding these
functions. However, overriding was never actually used anywhere, and setting
the __proto__ is deprecated. So I have remove all instances of setting
__proto__ for EncodedData-ish classes, and instead just set "convert" and
"_encoding" on the object directly.
2014-07-15 17:14:04 -07:00
..
BinaryParser.js cleanup after removal of soop 2014-07-12 12:14:56 +02:00
EncFile.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
EncodedData.js remove __proto__ from EncodedData and family 2014-07-15 17:14:04 -07:00
error.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
index.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
log.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
time.js ran js-beautify on all bitcore source 2014-06-23 10:57:02 -07:00
util.js remove commented-out code 2014-07-10 18:51:43 -07:00
VersionedData.js remove __proto__ from EncodedData and family 2014-07-15 17:14:04 -07:00