Bom dia !
Estou com um problema no js no IE, a página não é lida por completo e estoura um erro no console:

Se alguém puder me ajudar e souber qual a mer… eu fiz eu agradeço!
Ext.onReady(function() {
var titleEl = Ext.get("title-bar");
titleEl.update(i18n.rulesConf);
var form = new Ext.form.Form({
labelWidth : 70,
url : '../../evt/configprofile.do'
});
form.add(new Ext.form.TextField({
name : 'meters',
fieldLabel : i18n.name,
width : 250,
allowBlank : false
}), new Ext.form.Checkbox({
name : 'enabled',
fieldLabel : i18n.enabled
}), new Ext.form.TextField({
name : 'meters',
id : 'meters'
fieldLabel : i18n.name,
width : 250,
allowBlank : false,
}));
Ext.get('meters').on('click', function() {
dialog_meterSearching.show();
});
