removed theme option from fieldcontain. ish didn't make no sense

This commit is contained in:
scottjehl 2010-11-19 22:52:05 -05:00
parent 93179f9a3d
commit ba5fea7f1e

View file

@ -6,9 +6,6 @@
*/
(function($, undefined ) {
$.fn.fieldcontain = function(options){
var o = $.extend({
theme: 'c'
},options);
return $(this).addClass('ui-field-contain ui-body ui-br');
};
})(jQuery);