Declare a non declared variable which was messing with app global object

This commit is contained in:
Hadi Nategh 2014-06-24 12:40:25 +00:00
parent fe44c6bb5e
commit 545b35de5b

View File

@ -815,6 +815,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
*/
_updateUserPreferences: function() {
var colMgr = this.dataview.getColumnMgr();
var app = "";
if(!this.options.settings.columnselection_pref) {
this.options.settings.columnselection_pref = this.options.template;
}