From 2d3a0babd242d7eebe09cf3f4daad38e2d7df6ee Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Sat, 2 Jun 2012 22:10:35 -0700 Subject: make active selector more specific #2043 and rebuild --- docs/javascript.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index f966ba203..8104219c4 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1454,9 +1454,9 @@ $('.carousel').carousel({ source - array + array, function [ ] - The data source to query against. + The data source to query against. May be an array of strings or a function. The function is passed two arguments, the query value in the input field and the process callback. The function may be used synchronously by returning the data source directly or asynchronously via the process callback's single argument. items @@ -1497,6 +1497,7 @@ $('.carousel').carousel({ +