mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-09 23:24:44 +00:00
whoops typo ruined everything
This commit is contained in:
parent
ba65a41abc
commit
c4e0f5c19e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
(function($){
|
(function($){
|
||||||
$.fn.controlgroup = function(options){
|
$.fn.controlgroup = function(options){
|
||||||
var o = $.extend({
|
var o = $.extend({
|
||||||
direction: direction: $this.data( "type" ) || "vertical",
|
direction: $this.data( "type" ) || "vertical",
|
||||||
shadow: false
|
shadow: false
|
||||||
},options);
|
},options);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue