Commit 0952f379 authored by Mark Otto's avatar Mark Otto

fix js readme api capitalization

parent 48529ad0
...@@ -73,7 +73,7 @@ Each plugin should expose it's raw constructor on a `Constructor` property -- ac ...@@ -73,7 +73,7 @@ Each plugin should expose it's raw constructor on a `Constructor` property -- ac
### DATA ACCESSOR ### 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 $('[rel=popover]').data('popover') instanceof $.fn.popover.Constructor
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment