From c4e0f5c19e43b936748805cd544210ca8b100df2 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Mon, 11 Oct 2010 14:44:09 -0400 Subject: [PATCH] whoops typo ruined everything --- js/jquery.mobile.controlGroup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/jquery.mobile.controlGroup.js b/js/jquery.mobile.controlGroup.js index 312332a7..99635a4e 100644 --- a/js/jquery.mobile.controlGroup.js +++ b/js/jquery.mobile.controlGroup.js @@ -7,7 +7,7 @@ (function($){ $.fn.controlgroup = function(options){ var o = $.extend({ - direction: direction: $this.data( "type" ) || "vertical", + direction: $this.data( "type" ) || "vertical", shadow: false },options);