Require.js example expanded.
Helpers.js\moment.js included. Alogos are still BROKEN. I'm deploying them here for testing.
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
var dayMapping, moment;
|
||||
|
||||
moment = require('moment');
|
||||
moment = require('./moment');
|
||||
|
||||
exports.daysBetween = function(yesterday, now, dayStart) {
|
||||
if (!((dayStart != null) && (dayStart = parseInt(dayStart)) && dayStart >= 0 && dayStart <= 24)) {
|
||||
|
||||
Reference in New Issue
Block a user