This is an automated email from the ASF dual-hosted git repository. harbs pushed a commit to branch feature/revert-refactor in repository https://gitbox.apache.org/repos/asf/royale-asjs.git
commit 0fca75dfbbc2d0d66f42aa31eab16c54a3e8c2f6 Author: Harbs <[email protected]> AuthorDate: Thu May 10 11:41:35 2018 +0300 Prevent renaming --- .../org/apache/royale/html/beads/StyleInheritanceWithObserverBead.as | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/StyleInheritanceWithObserverBead.as b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/StyleInheritanceWithObserverBead.as index 4d8116c..6328e86 100644 --- a/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/StyleInheritanceWithObserverBead.as +++ b/frameworks/projects/Basic/src/main/royale/org/apache/royale/html/beads/StyleInheritanceWithObserverBead.as @@ -60,7 +60,7 @@ package org.apache.royale.html.beads super.strand = value; COMPILE::JS { var observer:MutationObserver = new MutationObserver(mutationDetected); - observer.observe(hostElement, {childList: true, subtree: true}); + observer.observe(hostElement, {'childList': true, 'subtree': true}); } } -- To stop receiving notification emails like this one, please contact [email protected].
