bruth / jsonpatch-js

A JavaScript implementation of the JSON Media Type for partial modifications: http://tools.ietf.org/html/rfc6902
http://bruth.github.io/jsonpatch-js
BSD 2-Clause "Simplified" License
181 stars 24 forks source link

CamelCase naming for Javascript methods #22

Closed alex94cp closed 9 years ago

alex94cp commented 9 years ago

jsonpatch.apply_patch should be renamed (OR aliased, to maintain backward-compatibility) to applyPatch. This would fit better with the majority of the JS ecosystem.

alex94cp commented 9 years ago

Sorry, wrong repo : /