Skip to content

Commit

Permalink
browserify json-diff-rfc6902.js jdr
Browse files Browse the repository at this point in the history
  • Loading branch information
caohanyang committed Mar 16, 2016
1 parent dc45a78 commit 31fef38
Show file tree
Hide file tree
Showing 2 changed files with 781 additions and 0 deletions.
2 changes: 2 additions & 0 deletions JSON-Diff.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ var patchArea = require('./patchArea.js');
exports = module.exports.diff = diff;
exports = module.exports.apply = apply;

// browserify -s jdr -e JSON-Diff.js -o json-diff-rfc6902.js

function apply(app_old, jpn_patch) {
applyPatches.apply(app_old, jpn_patch);
}
Expand Down
Loading

0 comments on commit 31fef38

Please sign in to comment.