Plato on Github
Report Home
src/event/support.js
Maintainability
80.43
Lines of code
11
Difficulty
4.38
Estimated Errors
0.02
Function weight
By Complexity
By SLOC
define( [ "../var/support" ], function( support ) { "use strict"; support.focusin = "onfocusin" in window; return support; } );