Plato on Github
Report Home
amd.js
Maintainability
72.11
Lines of code
20
Difficulty
10.11
Estimated Errors
0.09
Function weight
By Complexity
By SLOC
(function (root, factory) { if (typeof exports === 'object') { var underscore = require('underscore'); var backbone = require('backbone'); module.exports = factory(underscore, backbone); } else if (typeof define === 'function' && define.amd) { define(['underscore', 'backbone'], factory); } }(this, function (_, Backbone) { "option strict"; // @include backbone.picky.js return Backbone.Picky; }));