Update usertiming.js

This commit is contained in:
James B. Pollack 2015-11-06 22:12:03 -08:00
parent 369eec2abd
commit 34d98cac5e

View file

@ -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();
}
}