Skip to content

Commit

Permalink
fix misnamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
randym committed Jan 16, 2014
1 parent ac93faf commit c18e202
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/apic/application.js
Expand Up @@ -10,7 +10,7 @@
// Read Sprockets README (https://github.com/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.

//= require apic/jquery/apic.jquery-1.10.2.min.js
//= require apic/jquery/apic.jquery-1.10.2.min
//= require apic/bootstrap/apic.bootstrap.min.js
//= require_tree ./components/
//= require apic/apic.js
2 changes: 1 addition & 1 deletion app/assets/javascripts/apic/components/endpoints.js.coffee
Expand Up @@ -81,4 +81,4 @@ $.fn.extend
$(self).on 'set', (e, point, params) -> set.apply self, [point, params]
change.apply self

this
true

0 comments on commit c18e202

Please sign in to comment.