From 34d98cac5eca2f8f0fcdb09a70e2cbf9ea1f45de Mon Sep 17 00:00:00 2001 From: "James B. Pollack" Date: Fri, 6 Nov 2015 22:12:03 -0800 Subject: [PATCH] Update usertiming.js --- examples/libraries/usertiming.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/libraries/usertiming.js b/examples/libraries/usertiming.js index f477ed0bb7..9351972e37 100644 --- a/examples/libraries/usertiming.js +++ b/examples/libraries/usertiming.js @@ -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(); -} \ No newline at end of file +}