Source: backbone-x/source/core.js

/*jshint indent:2, curly:true, eqeqeq:true, immed:true, latedef:true,
newcap:true, noarg:true, regexp:true, undef:true, trailing:true,
white:true*/
/*global XM:true, jsonpatch:true */

(function () {
  /**
    XM is the global namespace for all the "xTuple Models" defined in
    backbone-x and elsewhere

    @namespace XM
   */
  XM = {};
  XM.jsonpatch = jsonpatch;

}());