Skip to content

Commit

Permalink
fix typo (cc @jamesarosen)
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-stripe committed Aug 17, 2012
1 parent 1d05386 commit 97638f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,4 +1,4 @@
source "http://rubygems.org"

# Specify your gem's dependencies in sprockets-commonjs.gemspec
gemspec
gemspec
8 changes: 4 additions & 4 deletions lib/sprockets/commonjs.rb
Expand Up @@ -4,10 +4,10 @@
module Sprockets
class CommonJS < Tilt::Template

DEFINE_WRAPPER = '%s.define({%s:' +
'function(exports, require, module){' +
'%s' +
";}});\n"
WRAPPER = '%s.define({%s:' +
'function(exports, require, module){' +
'%s' +
";}});\n"

class << self
attr_accessor :default_namespace
Expand Down

1 comment on commit 97638f4

@jamesarosen
Copy link
Contributor

Choose a reason for hiding this comment

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

Confirm.

Please sign in to comment.