From: Tim Wood Date: Mon, 2 May 2011 17:55:36 +0000 (-0700) Subject: Moved file to top level directory. Updated test html files accordingly X-Git-Tag: 0.4.0~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=054751da79f709d8b5fab053f6213629d622af1c;p=thirdparty%2Fmoment.git Moved file to top level directory. Updated test html files accordingly --- diff --git a/test/customize.html b/test/customize.html index ff7f2e615..275dfd62d 100644 --- a/test/customize.html +++ b/test/customize.html @@ -4,7 +4,7 @@ Underscore.date customization test suite - + diff --git a/test/customizePartial.html b/test/customizePartial.html index 3f754bfae..2ed0bf976 100644 --- a/test/customizePartial.html +++ b/test/customizePartial.html @@ -4,7 +4,7 @@ Underscore.date customization test suite - + diff --git a/test/test.html b/test/test.html index 8315a4a40..447f5fd85 100644 --- a/test/test.html +++ b/test/test.html @@ -4,7 +4,7 @@ Underscore.date test suite - + diff --git a/underscore.date.js b/underscore.date.js index 64c48a6e8..3e10e26ca 100644 --- a/underscore.date.js +++ b/underscore.date.js @@ -332,7 +332,7 @@ root._.mixin(_date); // Or define it } else { - root._ = _date; + root._date = _date; } }());