Browse Source

Merge pull request #990 from beeman/minor-js-fix

Minor js fix, makes two files in test suite valid JavaScript
Mark Story 13 years ago
parent
commit
68976a028e

+ 1 - 1
lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/one/theme_one.js

@@ -1 +1 @@
-nested theme js file
+// nested theme js file

+ 1 - 1
lib/Cake/Test/test_app/View/Themed/TestTheme/webroot/js/theme.js

@@ -1 +1 @@
-root theme js file
+// root theme js file