mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
9 lines
168 B
JavaScript
9 lines
168 B
JavaScript
// Generated by CoffeeScript 1.8.0
|
|
(function() {
|
|
var now;
|
|
|
|
now = require('../../lib/performance-now');
|
|
|
|
console.log(-(now() - now()).toFixed(3));
|
|
|
|
}).call(this);
|