Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Thornton <jacobthornton@gmail.com>2011-12-22 01:29:12 +0400
committerJacob Thornton <jacobthornton@gmail.com>2011-12-22 01:29:12 +0400
commit80cb760fac507ce207a6174f8886417d32d4b5ed (patch)
tree8925f47ed322ced655c911b367dbb9be3c39d353 /js/README.md
parentf72a94ae2879ebfc5206dd40d5db175e13113850 (diff)
animate -> animation
Diffstat (limited to 'js/README.md')
-rw-r--r--js/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/README.md b/js/README.md
index 04dfb75df6..0d8d163a28 100644
--- a/js/README.md
+++ b/js/README.md
@@ -83,9 +83,9 @@ Each plugin stores a copy of the invoked class on an object. This class instance
Data attributes should take the following form:
-- data-*(verb)* - defines main interaction
+- data-{{verb}}={{plugin}} - defines main interaction
- data-target || href^=# - defined on "control" element (if element controls an element other than self)
-- data-*(noun)* - defines class instance options
+- data-{{noun}} - defines class instance options
examples: