b34fc2de2b
This is documented to be more performant. The substitution was made on frontend code, too (i.e., the one in /static), because Date.now() is supported since IE 9, and we are life supporting only IE 11. Commands: find . -name *.js | xargs sed --in-place "s/new Date().getTime()/Date.now()/g" find . -name *.js | xargs sed --in-place "s/(new Date()).getTime()/Date.now()/g" Not done on jQuery. |
||
---|---|---|
.. | ||
lib | ||
specs | ||
travis | ||
helper.js | ||
index.html | ||
runner.css | ||
runner.js |