UNPKG

box-chrome-sdk

Version:

A Chrome App SDK for the Box V2 API

9 lines (7 loc) 194 B
/** * @fileoverview Module and angular service wrapping json.patch. * @author jmeadows */ angular.module('json.patch', []).factory('jsonpatch', function() { return window.jsonpatch; });