mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-03 04:14:42 +00:00
removed theme option from fieldcontain. ish didn't make no sense
This commit is contained in:
parent
93179f9a3d
commit
ba5fea7f1e
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue