Skip to content

Commit

Permalink
build dist 1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizzick committed Dec 2, 2019
1 parent 62624de commit 15dd512
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions dist/extended-css.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! extended-css - v1.1.6 - 2019-11-26
/*! extended-css - v1.1.6 - 2019-12-02
* https://github.com/AdguardTeam/ExtendedCss
* Copyright (c) 2019 ; Licensed Apache License 2.0 */
var ExtendedCss = (function(window) {
Expand Down Expand Up @@ -3479,6 +3479,7 @@ var ExtendedSelectorFactory = function () {
* @param {string} selectorText
* @param {string} simple
* @param {string} relation
* @param {string} complex
* @param {boolean=} debug
* @constructor
* @extends TraitLessSelector
Expand Down Expand Up @@ -3965,7 +3966,9 @@ function ExtendedCss(configuration) {
if (!obj.removed) {
// Add style protection observer
// Protect "style" attribute from changes
obj.protectionObserver = protectStyleAttribute(obj.node, obj.rules);
if (!obj.protectionObserver) {
obj.protectionObserver = protectStyleAttribute(obj.node, obj.rules);
}
}
}
}
Expand Down

0 comments on commit 15dd512

Please sign in to comment.