We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5086fe9 commit c1058a2Copy full SHA for c1058a2
polyfills/vendor/CustomElements.js
@@ -7,7 +7,7 @@
7
* Code distributed by Google as part of the polymer project is also
8
* subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
9
*/
10
-// @version 0.7.22
+// @version 0.7.24
11
if (typeof WeakMap === "undefined") {
12
(function() {
13
var defineProperty = Object.defineProperty;
@@ -351,7 +351,7 @@ if (typeof WeakMap === "undefined") {
351
352
(function(scope) {
353
"use strict";
354
- if (!window.performance) {
+ if (!(window.performance && window.performance.now)) {
355
var start = Date.now();
356
window.performance = {
357
now: function() {
0 commit comments