Skip to content

Commit

Permalink
updating build files with latest code
Browse files Browse the repository at this point in the history
  • Loading branch information
Gregory Wild-Smith committed Feb 14, 2014
1 parent 429e944 commit c11bf29
Show file tree
Hide file tree
Showing 312 changed files with 12,222 additions and 11,113 deletions.
17 changes: 12 additions & 5 deletions build/development/date-af-ZA.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "af-ZA";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "af-ZA";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "af-ZA";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "af-ZA";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-AE.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-AE";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-AE";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-AE";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-AE";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-BH.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-BH";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-BH";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-BH";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-BH";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-DZ.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-DZ";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-DZ";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-DZ";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-DZ";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-EG.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-EG";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-EG";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-EG";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-EG";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-IQ.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-IQ";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-IQ";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-IQ";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-IQ";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down
17 changes: 12 additions & 5 deletions build/development/date-ar-JO.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -187,7 +187,7 @@ Date.CultureStrings.lang = "ar-JO";

/**
* @overview datejs
* @version 1.0.0alpha-2014-02-13
* @version 1.0.0-beta-2014-02-14
* @author Gregory Wild-Smith <gregory@wild-smith.com>
* @copyright 2014 Gregory Wild-Smith
* @license MIT
Expand Down Expand Up @@ -1075,7 +1075,14 @@ Date.CultureStrings.lang = "ar-JO";
}

var x = config;


if (x.day) {
// If we should be a different date than today (eg: for 'tomorrow -1d', etc).
// Should only effect parsing, not direct usage (eg, Finish and FinishExact)
if ((x.day - this.getDate()) !== 0) {
this.setDate(x.day);
}
}
if (x.milliseconds) {
this.addMilliseconds(x.milliseconds);
}
Expand Down Expand Up @@ -2477,7 +2484,7 @@ Date.CultureStrings.lang = "ar-JO";
}

var today = $D.today();

if (this.now && !this.unit && !this.operator) {
return new Date();
} else if (this.now) {
Expand Down Expand Up @@ -2605,7 +2612,7 @@ Date.CultureStrings.lang = "ar-JO";
if (expression && this.timezone && this.day && this.days) {
this.day = this.days;
}

return (expression) ? today.add(this) : today.set(this);
}
};
Expand Down

0 comments on commit c11bf29

Please sign in to comment.