You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Extracts the Class implementation from the prototype package as a
standalone file that does not modify any globals (see Class.js).
- Updates README to describe new way of extending classes
NOTE: This manually patches the files generated by Avro to show how
they'll need to be generated.
Resolvesclover#16
jstotz
added a commit
to springboardretail/remote-pay-cloud
that referenced
this issue
Sep 7, 2016
- Extracts the Class implementation from the prototype package as a
standalone file that does not modify any globals (see Class.js).
- Updates README to describe new way of extending classes
NOTE: This manually patches the files generated by Avro to show how
they'll need to be generated.
Resolvesclover#16
Please consider switching from
prototype
as it seems it is not intended to for the browser.When you
require('prototype')
it blindly overwrites functions in Array and whatnot as described in AlyxRen/prototype.node.js#8It would be great if you required the needed functions directly from
lodash/*
or used a similar implementation that does not pollute the global scope.Thanks.
The text was updated successfully, but these errors were encountered: