Skip to content

Commit

Permalink
some text adjustment on README
Browse files Browse the repository at this point in the history
  • Loading branch information
aripalo committed Feb 8, 2017
1 parent 2b8ec17 commit 0435146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Also include is a jQuery version of the plugin that can be called via $.url() wi

## AMD module

If AMD loader present (when `(typeof window.define === 'function' && window.define.amd !== undefined)` is truthy) the script registers itself as anonymous AMD module without polluting global `window`-object or extending `jQuery`.
If AMD loader present (when `(typeof define === 'function' && define.amd !== undefined)` is truthy) the script registers itself as anonymous AMD module without polluting global `window`-object or extending `jQuery`.

## Grunt.js

Expand Down

0 comments on commit 0435146

Please sign in to comment.