mirror of
https://github.com/lubosz/overte.git
synced 2025-04-15 19:47:38 +02:00
Update usertiming.js
This commit is contained in:
parent
369eec2abd
commit
34d98cac5e
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,6 @@
|
|||
//
|
||||
// A polyfill for UserTiming (http://www.w3.org/TR/user-timing/)
|
||||
//
|
||||
// Adapted for High Fidelity by James B. Pollack @imgntn on 11/6/2015
|
||||
// Copyright 2013 Nic Jansma
|
||||
// http://nicj.net
|
||||
//
|
||||
|
@ -11,6 +10,7 @@
|
|||
//
|
||||
// Licensed under the MIT license
|
||||
//
|
||||
// Adapted for High Fidelity by James B. Pollack @imgntn on 11/6/2015
|
||||
|
||||
function userTiming() {
|
||||
"use strict";
|
||||
|
@ -544,4 +544,4 @@ function userTiming() {
|
|||
|
||||
loadUserTiming = function() {
|
||||
return userTiming();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue