Plato on Github
Report Home
src/attributes.js
Maintainability
90.31
Lines of code
13
Difficulty
2.22
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define( [ "./core", "./attributes/attr", "./attributes/prop", "./attributes/classes", "./attributes/val" ], function( jQuery ) { "use strict"; // Return jQuery for attributes-only inclusion return jQuery; } );