1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 | 1 1 1 | (function (root, factory) { Iif (typeof exports === 'object') { var underscore = require('underscore'); var backbone = require('backbone'); module.exports = factory(underscore, backbone); } else Iif (typeof define === 'function' && define.amd) { define(['underscore', 'backbone'], factory); } }(this, function (_, Backbone) { "option strict"; // @include childviewcontainer.js return Backbone.ChildViewContainer; })); |