PHP Classes

File: vendors/datejs/index.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/datejs/index.js   Download  
File: vendors/datejs/index.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 2 years ago
Size: 743 bytes
 

Contents

Class file image Download
/** * @overview NPM Module index: include all the core modules, I18n files will be loaded on the fly. * @author Gregory Wild-Smith <gregory@wild-smith.com> */ require("./src/core/i18n.js"); require("./src/core/core.js"); require("./src/core/core-prototypes.js"); require("./src/core/sugarpak.js"); require("./src/core/format_parser.js"); require("./src/core/parsing_operators.js"); require("./src/core/parsing_translator.js"); require("./src/core/parsing_grammar.js"); require("./src/core/parser.js"); require("./src/core/extras.js"); require("./src/core/time_period.js"); require("./src/core/time_span.js"); /* * Notice that there is no model.export or exports. This is not required as it modifies the Date object and it's prototypes. */