Introduction
Introduction Statistics Contact Development Disclaimer Help
add newline at EOF - jscancer - Javascript crap (relatively small)
git clone git://git.codemadness.org/jscancer
Log
Files
Refs
README
LICENSE
---
commit ce7fe7238d2fde40c41c36f8737a29fa29e9e74b
parent 9e4e376cbeea4ec4a09735e0b16c698d875954f0
Author: Hiltjo Posthuma <[email protected]>
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(-)
---
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 des…
[4, 7, 5.0, [2000.1, "€ 2.000,10"], [3, "three"], "Test des…
]
-}
-\ No newline at end of file
+}
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
+}
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.