Sha256: 348b4145bb478675fb1eb3a42eb96af3a28b5dcc4894f619fd958d34b00c1be3
Contents?: true
Size: 272 Bytes
Versions: 129
Compression:
Stored size: 272 Bytes
Contents
//.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
Version data entries
129 entries across 109 versions & 8 rubygems