Plato on Github
Report Home
src/core/jqueryify.js
Maintainability
155.85
Lines of code
5
Difficulty
6.50
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
define('jqueryify', ['jquery'], function($) { return function(sel) { return (sel instanceof $) ? sel : $(sel); }; });