mutationobserver-shim
Advanced tools
Comparing version 0.3.2 to 0.3.3
@@ -10,2 +10,1 @@ // mutationobserver-shim v0.3.2 (github.com/megawac/MutationObserver.js) | ||
a:!(!b.characterData&&!b.characterDataOldValue)},d=this.i,f=0;f<d.length;f++)d[f].s===a&&d.splice(f,1);b.attributeFilter&&(c.f=G(b.attributeFilter,function(a,b){a[b]=!0;return a}));d.push({s:a,o:J(a,c)});this.h||I(this)},takeRecords:function(){for(var a=[],b=this.i,c=0;c<b.length;c++)b[c].o(a);return a},disconnect:function(){this.i=[];clearTimeout(this.h);this.h=null}};var B=document.createElement("i");B.style.top=0;var D=(B="null"!=B.attributes.style.value)?L:M,H=1;return v}(void 0); | ||
//# sourceMappingURL=mutationobserver.map |
@@ -7,3 +7,3 @@ /*! | ||
* Though credit and staring the repo will make me feel pretty, you can modify and redistribute as you please. | ||
* Attempts to follow spec (http:// www.w3.org/TR/dom/#mutation-observers) as closely as possible for native javascript | ||
* Attempts to follow spec (https://www.w3.org/TR/dom/#mutation-observers) as closely as possible for native javascript | ||
* See https://github.com/WebKit/webkit/blob/master/Source/WebCore/dom/MutationObserver.cpp for current webkit source c++ implementation | ||
@@ -66,3 +66,3 @@ */ | ||
/** | ||
* see http:// dom.spec.whatwg.org/#dom-mutationobserver-observe | ||
* see https://dom.spec.whatwg.org/#dom-mutationobserver-observe | ||
* not going to throw here but going to follow the current spec config sets | ||
@@ -616,3 +616,3 @@ * @param {Node|null} $target | ||
// GCC hack see http:// stackoverflow.com/a/23202438/1517919 | ||
// GCC hack see https://stackoverflow.com/a/23202438/1517919 | ||
function JSCompiler_renameProperty(a) { | ||
@@ -619,0 +619,0 @@ return a; |
@@ -5,3 +5,3 @@ { | ||
"description": "MutationObserver shim for ES3 environments", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"keywords": [ | ||
@@ -32,7 +32,3 @@ "DOM", | ||
], | ||
"license": { | ||
"type": "WTFPL", | ||
"version": "v2 2004", | ||
"url": "http://www.wtfpl.net/" | ||
}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
@@ -51,2 +47,2 @@ "grunt": "~0.4.2", | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
35890
6
0
100
71
582