StyleSheet.js 239 B

123456789101112131415
  1. //.CommonJS
  2. var CSSOM = {};
  3. ///CommonJS
  4. /**
  5. * @constructor
  6. * @see http://dev.w3.org/csswg/cssom/#the-stylesheet-interface
  7. */
  8. CSSOM.StyleSheet = function StyleSheet(){};
  9. //.CommonJS
  10. exports.StyleSheet = CSSOM.StyleSheet;
  11. ///CommonJS