update polymer components
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Code distributed by Google as part of the polymer project is also
|
||||
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
||||
*/
|
||||
// @version 0.7.13
|
||||
// @version 0.7.14
|
||||
window.WebComponents = window.WebComponents || {};
|
||||
|
||||
(function(scope) {
|
||||
@@ -1629,7 +1629,7 @@ window.HTMLImports.addModule(function(scope) {
|
||||
if (scope.useNative) {
|
||||
return;
|
||||
}
|
||||
if (!window.CustomEvent) {
|
||||
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||
window.CustomEvent = function(inType, params) {
|
||||
params = params || {};
|
||||
var e = document.createEvent("CustomEvent");
|
||||
@@ -2260,7 +2260,7 @@ window.CustomElements.addModule(function(scope) {
|
||||
});
|
||||
});
|
||||
}
|
||||
if (!window.CustomEvent) {
|
||||
if (!window.CustomEvent || isIE && typeof window.CustomEvent !== "function") {
|
||||
window.CustomEvent = function(inType, params) {
|
||||
params = params || {};
|
||||
var e = document.createEvent("CustomEvent");
|
||||
|
||||
Reference in New Issue
Block a user