v3 new release (#80)
This commit is contained in:
committed by
GitHub
parent
a767c8d3a1
commit
20d2b4f98d
17
node_modules/cssom/lib/StyleSheet.js
generated
vendored
Normal file
17
node_modules/cssom/lib/StyleSheet.js
generated
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
//.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
|
Reference in New Issue
Block a user