Skip to content

Commit

Permalink
Oops, wrong namespace in that jQuery code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Twipped committed May 21, 2011
1 parent 2587b89 commit 4b0eefd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ Timed supports calling the `.noConflict()` function to remove the Timed namespac
If you wish to remap Timed's functions into jQuery's global object it can be done like so:

```js
$.extend($.fn, Timed.noConflict());
$.extend($, Timed.noConflict());
```


Expand Down

0 comments on commit 4b0eefd

Please sign in to comment.