From 557da74be039efbe9cbf78d0fd1d9d3a72bd4cae Mon Sep 17 00:00:00 2001 From: toddparker Date: Thu, 8 Sep 2011 11:30:42 -0400 Subject: [PATCH] Fixed typo in button state active default docs. Closes #2403. Thanks jasonrsavino! --- docs/api/globalconfig.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/globalconfig.html b/docs/api/globalconfig.html index e09fcbbe..6c3bbab8 100755 --- a/docs/api/globalconfig.html +++ b/docs/api/globalconfig.html @@ -92,7 +92,7 @@ $(document).bind("mobileinit", function(){
The class assigned to page currently in view, and during transitions
-
activeBtnClass string, default: "ui-page-active"
+
activeBtnClass string, default: "ui-btn-active"
The class used for "active" button state, from CSS framework.
ajaxEnabled boolean, default: true