We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Eclipse search-replace regex to make all object properties quoted so Closure doesn’t rename them:
Find: ^(\s*[,]?\s*)([0-9a-zA-Z_-]+): Replace: \1'\2':
Search-replace to help convert from old functional inheritance to prototypal:
Find: ^,(\s*)([^:]+): function Replace: a3d.Classname.prototype.\2 = function