anxiety/scripts/lib/helpers.js
Nicky Case d5d9414630 backup
2019-04-18 07:40:22 -04:00

7 lines
146 B
JavaScript

// I'm twice the number you'll ever be
Math.TAU = Math.PI*2;
// The poor man's jQuery
function $(query){
return document.querySelector(query);
}