Legend:
- Unmodified
- Added
- Removed
-
imaps-frontend/node_modules/es-abstract/2015/thisTimeValue.js
r0c6b92a r79a0317 1 1 'use strict'; 2 2 3 var $DateGetTime = require('call-bind/callBound')('Date.prototype.getTime');3 var timeValue = require('../helpers/timeValue'); 4 4 5 5 // https://262.ecma-international.org/6.0/#sec-properties-of-the-date-prototype-object 6 6 7 7 module.exports = function thisTimeValue(value) { 8 return $DateGetTime(value);8 return timeValue(value); 9 9 };
Note:
See TracChangeset
for help on using the changeset viewer.