RiverJS on Github
Report Home
lib/main/ready.js
Maintainability
86.98
Lines of code
6
Difficulty
3.41
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
main(function(exports,require,module){ var engine = require('river.engine'); engine.ready(window,function(){ engine.scan(document); }); });