Skip to content

Commit

Permalink
haven't needed to polyfill date.now since adapt 2.0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
moloko authored and tomgreenfield committed Aug 30, 2018
1 parent 32d7b75 commit 83f2ada
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions js/scorm/logger.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ Logger = function() {
this.registeredViews = [];
};

if (!Date.now) {
Date.now = function() { return new Date().getTime(); }
}

// static
Logger.instance = null;
Logger.LOG_TYPE_INFO = 0;
Expand Down

0 comments on commit 83f2ada

Please sign in to comment.