diff options
author | Jeremy Kemper <jeremy@bitsweat.net> | 2008-03-20 16:51:06 +0000 |
---|---|---|
committer | Jeremy Kemper <jeremy@bitsweat.net> | 2008-03-20 16:51:06 +0000 |
commit | d8f76e66a19435239eec6f65f910133c6059cd60 (patch) | |
tree | 8a6160af6f032fb5648cce7ecb68a68c222a7205 /actionpack/test/fixtures/public/javascripts | |
parent | bd940d98bd417da7cb0a815a1c02aef500c8b2db (diff) | |
download | rails-d8f76e66a19435239eec6f65f910133c6059cd60.tar.gz rails-d8f76e66a19435239eec6f65f910133c6059cd60.tar.bz2 rails-d8f76e66a19435239eec6f65f910133c6059cd60.zip |
Missed adds. References #10350.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@9066 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/test/fixtures/public/javascripts')
4 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/test/fixtures/public/javascripts/controls.js b/actionpack/test/fixtures/public/javascripts/controls.js new file mode 100644 index 0000000000..88168d9f13 --- /dev/null +++ b/actionpack/test/fixtures/public/javascripts/controls.js @@ -0,0 +1 @@ +// controls js
\ No newline at end of file diff --git a/actionpack/test/fixtures/public/javascripts/dragdrop.js b/actionpack/test/fixtures/public/javascripts/dragdrop.js new file mode 100644 index 0000000000..c07061ac0c --- /dev/null +++ b/actionpack/test/fixtures/public/javascripts/dragdrop.js @@ -0,0 +1 @@ +// dragdrop js
\ No newline at end of file diff --git a/actionpack/test/fixtures/public/javascripts/effects.js b/actionpack/test/fixtures/public/javascripts/effects.js new file mode 100644 index 0000000000..b555d63034 --- /dev/null +++ b/actionpack/test/fixtures/public/javascripts/effects.js @@ -0,0 +1 @@ +// effects js
\ No newline at end of file diff --git a/actionpack/test/fixtures/public/javascripts/prototype.js b/actionpack/test/fixtures/public/javascripts/prototype.js new file mode 100644 index 0000000000..9780064a0e --- /dev/null +++ b/actionpack/test/fixtures/public/javascripts/prototype.js @@ -0,0 +1 @@ +// prototype js
\ No newline at end of file |