mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
fix js readme api capitalization
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user