Skip to content

Commit

Permalink
fix(generators/apps/templates): fix references in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
cueedee committed Jan 29, 2018
1 parent d00f512 commit 8b3ffc2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions generators/app/templates/vendor/jquery-for-cdns-shim.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
# ```json
# "browser": {
# ...
# "jquery-expose": "./vendor/jquery-expose.coffee"
# "jquery-for-cdns-shim": "./vendor/jquery-for-cdns-shim.coffee"
# ...
# },
# ```
#
# ```json
# "browserify-shim": {
# ...
# "jquery-expose": {
# "jquery-for-cdns-shim": {
# "depends": [ "jquery:jQuery" ]
# }
# ...
Expand All @@ -38,7 +38,7 @@
# `jquery` package as `jQuery` on the global scope, and so, any externally loaded framework code will be able to find it there too.
#
# (It also tells [`browserify`](https://github.com/substack/browserify-handbook#browser-field) where it can find this file whenever a
# `require('jquery-expose')` happens.)
# `require('jquery-for-cdns-shim')` happens.)
#
# <h5>Why not just `window.jQuery = require( 'jquery' )`?</h5>
#
Expand Down

0 comments on commit 8b3ffc2

Please sign in to comment.