diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js index d29bcbc94..46a5f8f37 100644 --- a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js +++ b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js @@ -1 +1 @@ -nested theme js file \ No newline at end of file +// nested theme js file \ No newline at end of file diff --git a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js index ec17940de..e260d9104 100644 --- a/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js +++ b/lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js @@ -1 +1 @@ -root theme js file \ No newline at end of file +// root theme js file \ No newline at end of file