var fbField = FbElement.extend({
	initialize: function(element, options) {
		this.plugin = 'fabrikfield';
		this.setOptions(element, options);
	}
});