Skip to content
Snippets Groups Projects
Commit 39b29fe0 authored by Alexander Rose's avatar Alexander Rose
Browse files

formating & code style

parent 5636edc1
No related branches found
No related tags found
No related merge requests found
......@@ -4,8 +4,8 @@
* @author David Sehnal <david.sehnal@gmail.com>
*/
declare var process: any;
declare var window: any;
declare const process: any;
declare const window: any;
const now: () => now.Timestamp = (function () {
if (typeof window !== 'undefined' && window.performance) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment