From 6eea2b6335206574ba41cf0c02e3e1211592b5f3 Mon Sep 17 00:00:00 2001 From: jos Date: Thu, 29 May 2014 18:51:17 +0200 Subject: [PATCH] Renamed files to match the contained prototype --- Jakefile.js | 18 +++++++++--------- examples/03_switch_mode.html | 4 ++-- src/js/{appendnode.js => AppendNode.js} | 0 src/js/{contextmenu.js => ContextMenu.js} | 0 src/js/{highlighter.js => Highlighter.js} | 0 src/js/{history.js => History.js} | 0 src/js/{jsoneditor.js => JSONEditor.js} | 0 src/js/{node.js => Node.js} | 0 src/js/{searchbox.js => SearchBox.js} | 0 src/js/{texteditor.js => TextEditor.js} | 0 src/js/{treeeditor.js => TreeEditor.js} | 0 test/test.html | 4 ++-- 12 files changed, 13 insertions(+), 13 deletions(-) rename src/js/{appendnode.js => AppendNode.js} (100%) rename src/js/{contextmenu.js => ContextMenu.js} (100%) rename src/js/{highlighter.js => Highlighter.js} (100%) rename src/js/{history.js => History.js} (100%) rename src/js/{jsoneditor.js => JSONEditor.js} (100%) rename src/js/{node.js => Node.js} (100%) rename src/js/{searchbox.js => SearchBox.js} (100%) rename src/js/{texteditor.js => TextEditor.js} (100%) rename src/js/{treeeditor.js => TreeEditor.js} (100%) diff --git a/Jakefile.js b/Jakefile.js index 885c148..a1c0c57 100644 --- a/Jakefile.js +++ b/Jakefile.js @@ -43,16 +43,16 @@ task('build', ['clear'], function () { // concatenate the javascript files concat({ src: [ - jsoneditorSrc + 'js/jsoneditor.js', - jsoneditorSrc + 'js/treeeditor.js', - jsoneditorSrc + 'js/texteditor.js', - jsoneditorSrc + 'js/node.js', - jsoneditorSrc + 'js/appendnode.js', - jsoneditorSrc + 'js/contextmenu.js', - jsoneditorSrc + 'js/history.js', + jsoneditorSrc + 'js/JSONEditor.js', + jsoneditorSrc + 'js/TreeEditor.js', + jsoneditorSrc + 'js/TextEditor.js', + jsoneditorSrc + 'js/Node.js', + jsoneditorSrc + 'js/AppendNode.js', + jsoneditorSrc + 'js/ContextMenu.js', + jsoneditorSrc + 'js/History.js', jsoneditorSrc + 'js/modebox.js', - jsoneditorSrc + 'js/searchbox.js', - jsoneditorSrc + 'js/highlighter.js', + jsoneditorSrc + 'js/SearchBox.js', + jsoneditorSrc + 'js/Highlighter.js', jsoneditorSrc + 'js/util.js', jsoneditorSrc + 'js/module.js' ], diff --git a/examples/03_switch_mode.html b/examples/03_switch_mode.html index 0fdc275..87c5e16 100644 --- a/examples/03_switch_mode.html +++ b/examples/03_switch_mode.html @@ -3,11 +3,11 @@ - + - + diff --git a/src/js/appendnode.js b/src/js/AppendNode.js similarity index 100% rename from src/js/appendnode.js rename to src/js/AppendNode.js diff --git a/src/js/contextmenu.js b/src/js/ContextMenu.js similarity index 100% rename from src/js/contextmenu.js rename to src/js/ContextMenu.js diff --git a/src/js/highlighter.js b/src/js/Highlighter.js similarity index 100% rename from src/js/highlighter.js rename to src/js/Highlighter.js diff --git a/src/js/history.js b/src/js/History.js similarity index 100% rename from src/js/history.js rename to src/js/History.js diff --git a/src/js/jsoneditor.js b/src/js/JSONEditor.js similarity index 100% rename from src/js/jsoneditor.js rename to src/js/JSONEditor.js diff --git a/src/js/node.js b/src/js/Node.js similarity index 100% rename from src/js/node.js rename to src/js/Node.js diff --git a/src/js/searchbox.js b/src/js/SearchBox.js similarity index 100% rename from src/js/searchbox.js rename to src/js/SearchBox.js diff --git a/src/js/texteditor.js b/src/js/TextEditor.js similarity index 100% rename from src/js/texteditor.js rename to src/js/TextEditor.js diff --git a/src/js/treeeditor.js b/src/js/TreeEditor.js similarity index 100% rename from src/js/treeeditor.js rename to src/js/TreeEditor.js diff --git a/test/test.html b/test/test.html index 6e680dc..89c475b 100644 --- a/test/test.html +++ b/test/test.html @@ -3,11 +3,11 @@ - + - +