diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js index 44c3b7a..5747398 100644 --- a/app/assets/javascripts/application.js +++ b/app/assets/javascripts/application.js @@ -1,9 +1,3 @@ -// This is a manifest file that'll be compiled into including all the files listed below. -// Add new JavaScript/Coffee code in separate files in this directory and they'll automatically -// be included in the compiled file accessible from http://example.com/assets/application.js -// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the -// the compiled file. -// //= require modernizr //= require jquery //= require jquery_ujs diff --git a/app/assets/javascripts/home.js b/app/assets/javascripts/home.js index 09b2da0..dee720f 100644 --- a/app/assets/javascripts/home.js +++ b/app/assets/javascripts/home.js @@ -1,3 +1,2 @@ // Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. -// You can use CoffeeScript in this file: http://jashkenas.github.com/coffee-script/ diff --git a/app/assets/javascripts/views.js b/app/assets/javascripts/views.js index 4532725..dee720f 100644 --- a/app/assets/javascripts/views.js +++ b/app/assets/javascripts/views.js @@ -1,3 +1,2 @@ // Place all the behaviors and hooks related to the matching controller here. // All this logic will automatically be available in application.js. -// You can use CoffeeScript in this file: http://coffeescript.org/