mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-22 08:50:30 +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($){
|
||||
$.fn.controlgroup = function(options){
|
||||
var o = $.extend({
|
||||
direction: direction: $this.data( "type" ) || "vertical",
|
||||
direction: $this.data( "type" ) || "vertical",
|
||||
shadow: false
|
||||
},options);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue