pad.pub0.org/tests/frontend
muxator b34fc2de2b use Date.now() instead of new Date().getTime()
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.
2019-02-26 23:25:15 +01:00
..
lib
specs use Date.now() instead of new Date().getTime() 2019-02-26 23:25:15 +01:00
travis [fix:test] Use promise chain instead of chain (is deprecated) (#3419) 2018-07-09 17:09:02 -03:00
helper.js Select beginning of end line when offset is 0 on frontend tests 2016-06-21 11:07:57 -03:00
index.html
runner.css
runner.js