Skip to content
This repository has been archived by the owner on Oct 28, 2021. It is now read-only.

Commit

Permalink
remove unnecessary shim
Browse files Browse the repository at this point in the history
  • Loading branch information
afeld committed Apr 10, 2015
1 parent 48727ab commit 4f279da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ requirejs.config(
jquery: 'https://code.jquery.com/jquery-2.1.1.min'
jsonp: '../bower_components/jsonproxy/jsonp'
moment: 'https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.0.0/moment.min'
shim:
jsonp: ['jquery']
)

require ['jquery'], ($) ->
Expand Down

0 comments on commit 4f279da

Please sign in to comment.