Remove jquery_ujs from main.js manifest

Since jquery and jquery_ujs are now included by the jquery_include_tag
helper (see commit 9e752585), they shouldn't be included by the asset
pipeline in our javascript manifests. :)
This commit is contained in:
Steven Hancock 2012-03-23 18:32:26 -07:00 committed by Maxwell Salzberg
parent d7bc014fa6
commit 8b92ed73a4

View file

@ -2,7 +2,6 @@
* licensed under the Affero General Public License version 3 or later. See
* the COPYRIGHT file.
*/
//= require jquery_ujs
//= require underscore
//= require backbone
//= require rails.validations