whoops typo ruined everything

This commit is contained in:
scottjehl 2010-10-11 14:44:09 -04:00
parent ba65a41abc
commit c4e0f5c19e

View file

@ -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);