etherpad-lite/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 fix frontend tests 2014-11-27 16:58:04 +00:00
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 fix frontend tests 2014-11-27 16:58:04 +00:00
runner.css make runner CSS more sane 2012-11-21 20:09:31 +00:00
runner.js Fix document.domain error in frontend tests 2016-03-29 16:16:22 +02:00