Skip to content

Commit

Permalink
you don't need to require rjs
Browse files Browse the repository at this point in the history
  • Loading branch information
purge committed Sep 25, 2013
1 parent b569a51 commit a3cb04a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sqwidget/app/component/core.coffee
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
define ['require'], (require) ->
define [], () ->

class SqwidgetCore
constructor: () ->
Expand Down
1 change: 0 additions & 1 deletion sqwidget/app/widget.coffee
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
requirejs.config
paths:
require: '../../lib/requirejs/require'
jquery: '../../lib/jquery/jquery'
underscore: '../../lib/underscore-amd/underscore'
backbone: '../../lib/backbone-amd/backbone'
Expand Down

1 comment on commit a3cb04a

@adhipg
Copy link
Collaborator

@adhipg adhipg commented on a3cb04a Sep 25, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.