diff options
| author | Mark Otto <[email protected]> | 2012-01-29 13:07:31 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-01-29 13:07:31 -0800 |
| commit | 0952f3796ec7a4bb3efc0c6ba7b88ed4b7f45ada (patch) | |
| tree | 04c1263f549fb91584904cfee22b1c9e2eb24be0 | |
| parent | 48529ad01fa2a60bfc9179743dcb5379e8ff944f (diff) | |
| download | bootstrap-0952f3796ec7a4bb3efc0c6ba7b88ed4b7f45ada.tar.xz bootstrap-0952f3796ec7a4bb3efc0c6ba7b88ed4b7f45ada.zip | |
fix js readme api capitalization
| -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 |
