diff options
Diffstat (limited to 'library/moment/templates/test-header.js')
-rw-r--r-- | library/moment/templates/test-header.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/library/moment/templates/test-header.js b/library/moment/templates/test-header.js deleted file mode 100644 index 38940c3ec..000000000 --- a/library/moment/templates/test-header.js +++ /dev/null @@ -1,5 +0,0 @@ -(function (global, factory) { - typeof exports === 'object' && typeof module !== 'undefined' ? factory(require('../../moment')) : - typeof define === 'function' && define.amd ? define(['../../moment'], factory) : - factory(global.moment) -}(this, function (moment) { 'use strict'; |