Sha256: ec6f55aa46d1357ffe4a9d4e2a07616173bcbed549588fd47fc80541b6056f34
Contents?: true
Size: 239 Bytes
Versions: 25
Compression:
Stored size: 239 Bytes
Contents
//.CommonJS var CSSOM = {}; ///CommonJS /** * @constructor * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface */ CSSOM.StyleSheet = function StyleSheet(){}; //.CommonJS exports.StyleSheet = CSSOM.StyleSheet; ///CommonJS
Version data entries
25 entries across 25 versions & 1 rubygems