Fixed undefined issue on DataTableWidget during initView

This commit is contained in:
kongchinhua 2011-11-07 21:40:09 +00:00
parent 5f9d321d71
commit 74bf277835

View file

@ -80,7 +80,7 @@ var DataTableWidget = Class.extend({
}, },
initView: function() { initView: function() {
this.show(); this.show();
this.changeFilter(me.currentSelectedFilter); this.changeFilter(this.currentSelectedFilter);
}, },
parseIDIntoScienceTypeAreaID: function(rawID) { parseIDIntoScienceTypeAreaID: function(rawID) {