Skip to content

Commit 3ac2e78

Browse files
authored
Update my-css.js
1 parent bd4b34b commit 3ac2e78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

my-css.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,14 +131,13 @@ window.MyCSS = {
131131
},
132132

133133
/**
134-
* @description The fundamental base of my dissertation starts from below
134+
* @description Cross-browser algorithm for adding rule
135135
* @throw {Error} Browser is not supported
136136
* @param String selector
137137
* @param Object properties
138138
*/
139139
_addToStyleSheet(selector, declaration)
140140
{
141-
// Cross-browser algorithm for adding rule
142141
let stylesheet = this._stylesheet;
143142
if (stylesheet.insertRule) {
144143
var inner_code=`${selector} {

0 commit comments

Comments
 (0)