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

Commit 48194e6

Browse files
committed
release v0.7.14
2 parents e53b558 + c469b00 commit 48194e6

15 files changed

+39
-39
lines changed

CustomElements.js

Lines changed: 2 additions & 2 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.13
10+
// @version 0.7.14
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;
@@ -946,7 +946,7 @@ window.CustomElements.addModule(function(scope) {
946946
});
947947
});
948948
}
949-
if (!window.CustomEvent) {
949+
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
950950
window.CustomEvent = function(inType, params) {
951951
params = params || {};
952952
var e = document.createEvent("CustomEvent");

CustomElements.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.

HTMLImports.js

Lines changed: 2 additions & 2 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.13
10+
// @version 0.7.14
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;
@@ -1061,7 +1061,7 @@ window.HTMLImports.addModule(function(scope) {
10611061
if (scope.useNative) {
10621062
return;
10631063
}
1064-
if (!window.CustomEvent) {
1064+
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
10651065
window.CustomEvent = function(inType, params) {
10661066
params = params || {};
10671067
var e = document.createEvent("CustomEvent");

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.13
10+
// @version 0.7.14
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

MutationObserver.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.

ShadowDOM.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.13
10+
// @version 0.7.14
1111
if (typeof WeakMap === "undefined") {
1212
(function() {
1313
var defineProperty = Object.defineProperty;

ShadowDOM.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.

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webcomponentsjs",
33
"main": "webcomponents.js",
4-
"version": "0.7.13",
4+
"version": "0.7.14",
55
"homepage": "http://webcomponents.org",
66
"authors": [
77
"The Polymer Authors"

build.log

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BUILD LOG
22
---------
3-
Build Time: 2015-09-25T15:51:20-0700
3+
Build Time: 2015-09-28T16:50:31-0700
44

55
NODEJS INFORMATION
66
==================
@@ -15,19 +15,19 @@ web-component-tester: 3.3.22
1515

1616
REPO REVISIONS
1717
==============
18-
webcomponentsjs: d10d1b2c4fe797f9070931f3b47099def2d74bc4
18+
webcomponentsjs: c469b0002fa265416c83d5c8363071705e345a43
1919

2020
BUILD HASHES
2121
============
22-
CustomElements.js: 2d5375eaa835e8463187583d5ec661a3d6afe53d
23-
CustomElements.min.js: 7e0786bd1b94ee27b0a732f303a0198146901ae6
24-
HTMLImports.js: 91c4295af71dc9abcd4223e88087400d7f093070
25-
HTMLImports.min.js: f99cecda8645a2db42db32816dd3a82da24e6228
26-
MutationObserver.js: bc1d3b7b8bf0637881396b31e39a961181cff56b
27-
MutationObserver.min.js: 5f9842afbd1c6ba3d1ca99e29822de4796967db8
28-
ShadowDOM.js: 5fe7e05ac533e02035caaf1d0d5961ff1bff5b30
29-
ShadowDOM.min.js: 7b550657a22ebab98ed66596921cd1ca1b223da9
30-
webcomponents-lite.js: 94194d0cf74a7dbef2b0260b05f45f4ff0354bda
31-
webcomponents-lite.min.js: af0e8bdc5b3c6f2fadfbb532bc371f49292f2f62
32-
webcomponents.js: 6efd547fbadc7f379f29575db7bf946f30f2a616
33-
webcomponents.min.js: 96523fed37c14b761bc3675a930d2d9bb4bf2a5a
22+
CustomElements.js: 0d46b5c2bb7c92b6285d574205ca65e49def0617
23+
CustomElements.min.js: 2de71b634cd1545c401981c68fc31f0a12dd5f82
24+
HTMLImports.js: 0ddc177cadf99dd47b36bd74296f9d23dc566f25
25+
HTMLImports.min.js: 43d3866825148a8d0509da06a1e55550762255a9
26+
MutationObserver.js: 54ad1e3273edc525d1e4e0b75c42e25af7a0fb20
27+
MutationObserver.min.js: 36c22670e654ace2e7440c2dc4b012802080424b
28+
ShadowDOM.js: 089f8e6ea35f4365a2bece6481308d2002975e51
29+
ShadowDOM.min.js: 9d044a4e4221245adf257b229f9c67968f95f955
30+
webcomponents-lite.js: 8c326ce2b8e40aa4aefe7469f7cf8587c2c625da
31+
webcomponents-lite.min.js: ce8cf899652990697eb80703ebacf0ae997f7361
32+
webcomponents.js: fd409f4fab68b8bcc27a6a54e2ec16555a5eaa47
33+
webcomponents.min.js: efcdb4322c84f68f8c9e9cfc359505c263814051

0 commit comments

Comments
 (0)