calendar-tools
Advanced tools
Comparing version 0.1.9 to 0.2.0
@@ -1006,3 +1006,3 @@ (function () { function require(p){ var path = require.resolve(p) , mod = require.modules[path]; if (!mod) throw new Error('failed to require "' + p + '"'); if (!mod.exports) { mod.exports = {}; mod.call(mod.exports, mod, mod.exports, require.relative(path)); } return mod.exports;}require.modules = {};require.resolve = function(path){ var orig = path , reg = path + '.js' , index = path + '/index.js'; return require.modules[reg] && reg || require.modules[index] && index || orig;};require.register = function(path, fn){ require.modules[path] = fn;};require.relative = function(parent) { return function(p){ if ('.' != p.charAt(0)) return require(p); var path = parent.split('/') , segs = p.split('/'); path.pop(); for (var i = 0; i < segs.length; i++) { var seg = segs[i]; if ('..' == seg) path.pop(); else if ('.' != seg) path.push(seg); } return require(path.join('/')); };};require.register("atom.js", function(module, exports, require){ | ||
var _date = util.date | ||
, _c = _date.const | ||
, _c = _date['const'] | ||
, clearTime = _date.clearTime | ||
@@ -1009,0 +1009,0 @@ |
0.1.9 / 2011-11-29 | ||
0.2.0 / 2011-11-29 | ||
================== | ||
@@ -4,0 +4,0 @@ |
@@ -14,3 +14,3 @@ | ||
exports.version = '0.1.9'; | ||
exports.version = '0.2.0'; | ||
@@ -17,0 +17,0 @@ /** |
@@ -19,3 +19,3 @@ /*! | ||
var _date = util.date | ||
, _c = _date.const | ||
, _c = _date['const'] | ||
, clearTime = _date.clearTime | ||
@@ -22,0 +22,0 @@ |
{ | ||
"name": "calendar-tools" | ||
, "version": "0.1.9" | ||
, "version": "0.2.0" | ||
, "description": "Calendar object model" | ||
@@ -5,0 +5,0 @@ , "keywords": ["calendar", "google calendar", "fullCalendar", "recurring events", "icalendar", "rfc2445"] |
@@ -66,3 +66,3 @@ | ||
var diffInDays = date.getDiff(limit, start) / date.const.day; | ||
var diffInDays = date.getDiff(limit, start) / date['const'].day; | ||
assert.equal(0, (diffInDays % 1)); | ||
@@ -69,0 +69,0 @@ }; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
495485