]> git.ipfire.org Git - thirdparty/moment.git/commitdiff
add new line feed
authoralburthoffman <alburthoffman@gmail.com>
Mon, 5 Oct 2015 15:03:06 +0000 (23:03 +0800)
committerIskren Chernev <iskren.chernev@gmail.com>
Mon, 9 Nov 2015 10:14:40 +0000 (02:14 -0800)
src/test/moment/instanceof.js

index 31d006516f7975c732ef9ec9291d6698be33a9bf..bf9b66af3f6df6cd4a717b5b8c66fbce3c66f4b3 100644 (file)
@@ -25,4 +25,4 @@ test('instanceof', function (assert) {
     assert.equal(NaN instanceof moment, false, 'NaN is not moment object');
     assert.equal(null instanceof moment, false, 'null is not moment object');
     assert.equal(undefined instanceof moment, false, 'undefined is not moment object');
-});
\ No newline at end of file
+});