From: Mark Otto Date: Sun, 29 Jan 2012 21:07:31 +0000 (-0800) Subject: fix js readme api capitalization X-Git-Tag: v2.0.0~6^2~52 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0952f3796ec7a4bb3efc0c6ba7b88ed4b7f45ada;p=thirdparty%2Fbootstrap.git fix js readme api capitalization --- diff --git a/js/README.md b/js/README.md index 2f8e1716f5..b58fa1d407 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