Skip to content
This repository was archived by the owner on Sep 20, 2019. It is now read-only.

Commit ae4e2d7

Browse files
committed
release 0.7.2
2 parents 8bd4555 + 131ea21 commit ae4e2d7

15 files changed

+48
-43
lines changed

CustomElements.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.7.1
10+
// @version 0.7.2
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

CustomElements.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

HTMLImports.js

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.7.1
10+
// @version 0.7.2
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;
@@ -833,9 +833,11 @@ HTMLImports.addModule(function(scope) {
833833
}
834834
}
835835
if (fakeLoad) {
836-
elt.dispatchEvent(new CustomEvent("load", {
837-
bubbles: false
838-
}));
836+
setTimeout(function() {
837+
elt.dispatchEvent(new CustomEvent("load", {
838+
bubbles: false
839+
}));
840+
});
839841
}
840842
}
841843
},

HTMLImports.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

MutationObserver.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* Code distributed by Google as part of the polymer project is also
88
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
99
*/
10-
// @version 0.7.1
10+
// @version 0.7.2
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

0 commit comments

Comments
 (0)