Code coverage report for src/wreqr.js

Statements: 100% (4 / 4)      Branches: 100% (0 / 0)      Functions: 100% (1 / 1)      Lines: 100% (4 / 4)     

All files » src/ » wreqr.js
1 2 3 4 5 6 7 8 9 10 11 12 131 1 1               1    
Backbone.Wreqr = (function(Backbone, Marionette, _){
  "use strict";
  var Wreqr = {};
 
  // @include wreqr.handlers.js
  // @include wreqr.commandStorage.js
  // @include wreqr.commands.js
  // @include wreqr.requestresponse.js
  // @include wreqr.eventaggregator.js
 
  return Wreqr;
})(Backbone, Backbone.Marionette, _);