diff options
| author | Jacob Thornton <[email protected]> | 2012-01-29 13:16:02 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-29 13:16:02 -0800 |
| commit | 910e78d26ad476d11331e8bb9b0233e0b2ba21e3 (patch) | |
| tree | 89c22731c23c1808bf92db1ceb670ca2cd3c7677 /js | |
| parent | 49d565a6da38359a776f83f31a1f1ccd658c88a7 (diff) | |
| parent | 9fa8bde44d9bb6f26b16c7633a01bbe5ce7b20a4 (diff) | |
| download | bootstrap-910e78d26ad476d11331e8bb9b0233e0b2ba21e3.tar.xz bootstrap-910e78d26ad476d11331e8bb9b0233e0b2ba21e3.zip | |
Merge branch '2.0-wip' of https://github.com/twitter/bootstrap into 2.0-wip
Diffstat (limited to 'js')
| -rw-r--r-- | js/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/README.md b/js/README.md index 2f8e1716f..b58fa1d40 100644 --- a/js/README.md +++ b/js/README.md @@ -73,7 +73,7 @@ Each plugin should expose it's raw constructor on a `Constructor` property -- ac ### DATA ACCESSOR -Each plugin stores a copy of the invoked class on an object. This class instance can be accessed directly through jQuery's data api like this: +Each plugin stores a copy of the invoked class on an object. This class instance can be accessed directly through jQuery's data API like this: $('[rel=popover]').data('popover') instanceof $.fn.popover.Constructor |
