Plato on Github
Report Home
node_modules/cssom/lib/StyleSheet.js
Maintainability
95.10
Lines of code
15
Difficulty
4.29
Estimated Errors
0.03
Function weight
By Complexity
By SLOC
//.CommonJS var CSSOM = {}; ///CommonJS /** * @constructor * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface */ CSSOM.StyleSheet = function StyleSheet() { this.parentStyleSheet = null; }; //.CommonJS exports.StyleSheet = CSSOM.StyleSheet; ///CommonJS