diff options
Diffstat (limited to 'node_modules/es-abstract/helpers/padTimeComponent.js')
-rw-r--r-- | node_modules/es-abstract/helpers/padTimeComponent.js | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/node_modules/es-abstract/helpers/padTimeComponent.js b/node_modules/es-abstract/helpers/padTimeComponent.js deleted file mode 100644 index cbd8d06..0000000 --- a/node_modules/es-abstract/helpers/padTimeComponent.js +++ /dev/null @@ -1,9 +0,0 @@ -'use strict'; - -var callBound = require('../helpers/callBound'); - -var $strSlice = callBound('String.prototype.slice'); - -module.exports = function padTimeComponent(c, count) { - return $strSlice('00' + c, -(count || 2)); -}; |