From 0745af1292dfa35e1744200283ba79c8e8162303 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Thu, 3 Feb 2011 17:49:58 -0500 Subject: [PATCH] typo in code example. Fixes #966 --- docs/forms/forms-selects.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/forms/forms-selects.html b/docs/forms/forms-selects.html index 2d93f3a3..7d7c57dc 100644 --- a/docs/forms/forms-selects.html +++ b/docs/forms/forms-selects.html @@ -125,7 +125,7 @@
 $(document).bind('mobileinit',function(){
-	$.mobile.selectmenu.prototype.options.nativemenu = true;
+	$.mobile.selectmenu.prototype.options.nativeMenu = true;
 });