Unnecessary.
This commit is contained in:
parent
18e3569194
commit
e197195ca5
@ -11486,11 +11486,6 @@
|
||||
delete Style.headCount;
|
||||
return delete Style.cleanup;
|
||||
},
|
||||
addStyle: function() {
|
||||
Style.dynamicCSS.textContent = Style.dynamic();
|
||||
Style.iconPositions();
|
||||
return Style.padding();
|
||||
},
|
||||
headCount: 12,
|
||||
remStyle: function() {
|
||||
var i, node, nodes;
|
||||
|
||||
@ -11475,11 +11475,6 @@
|
||||
delete Style.headCount;
|
||||
return delete Style.cleanup;
|
||||
},
|
||||
addStyle: function() {
|
||||
Style.dynamicCSS.textContent = Style.dynamic();
|
||||
Style.iconPositions();
|
||||
return Style.padding();
|
||||
},
|
||||
headCount: 12,
|
||||
remStyle: function() {
|
||||
var i, node, nodes;
|
||||
|
||||
@ -106,11 +106,6 @@ Style =
|
||||
delete Style.headCount
|
||||
delete Style.cleanup
|
||||
|
||||
addStyle: ->
|
||||
Style.dynamicCSS.textContent = Style.dynamic()
|
||||
Style.iconPositions()
|
||||
Style.padding()
|
||||
|
||||
headCount: 12
|
||||
|
||||
remStyle: ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user