Skip to content

Commit

Permalink
add commets
Browse files Browse the repository at this point in the history
  • Loading branch information
hexinpeter committed Aug 16, 2015
1 parent 7dad281 commit d231d1e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/assets/javascripts/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
//= require jquery_ujs
//= require turbolinks
//= require bootstrap-sprockets
//= require test
//= require locationpicker.jquery
//= require google-maps
//= require_tree .
2 changes: 1 addition & 1 deletion vendor/assets/javascripts/google-maps.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions vendor/assets/javascripts/locationpicker.jquery.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
console.log('locationpicker load start');

(function ( $ ) {

/**
Expand Down
1 change: 1 addition & 0 deletions vendor/assets/javascripts/test.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
alert('hey');

0 comments on commit d231d1e

Please sign in to comment.