Skip to content

Commit

Permalink
giving Backbone the same treatment
Browse files Browse the repository at this point in the history
  • Loading branch information
Maurice Fonk committed Jan 24, 2012
1 parent fb85ce0 commit da48b0f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/gunther-min.js

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

3 changes: 2 additions & 1 deletion lib/gunther.js

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

3 changes: 3 additions & 0 deletions src/root.coffee
Expand Up @@ -10,6 +10,9 @@ if (typeof require)?
# Require underscore
_ = require 'underscore'

# Require backbone
Backbone = require 'backbone'

else
# Export Gunther to the global scope
window.Gunther = Gunther
Expand Down

0 comments on commit da48b0f

Please sign in to comment.