add newline at EOF - jscancer - Javascript crap (relatively small)
(HTM) git clone git://git.codemadness.org/jscancer
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit ce7fe7238d2fde40c41c36f8737a29fa29e9e74b
(DIR) parent 9e4e376cbeea4ec4a09735e0b16c698d875954f0
(HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date: Thu, 2 Jun 2016 19:20:58 +0200
add newline at EOF
Diffstat:
M datatable/example-ajax-data.json | 3 +--
M loadscript/loadscript.js | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
---
(DIR) diff --git a/datatable/example-ajax-data.json b/datatable/example-ajax-data.json
@@ -5,4 +5,4 @@
[3, 0, 3.0, [1.2, "€ 1,20"], [7, "seven"], "Test description 3", [19700101, "1970-01-01"]],
[4, 7, 5.0, [2000.1, "€ 2.000,10"], [3, "three"], "Test description 4", [20000101, "2000-01-01"]]
]
-}
-\ No newline at end of file
+}
(DIR) diff --git a/loadscript/loadscript.js b/loadscript/loadscript.js
@@ -37,4 +37,4 @@ function scripts_load(uris, fn) {
};
for (var i = 0; i < uris.length; i++)
script_load(uris[i], checkfn);
-}
-\ No newline at end of file
+}