Revert accidently commented out code from previous commit

This commit is contained in:
Hadi Nategh 2015-05-21 10:40:04 +00:00
parent 8fe33d287a
commit 02ad6049fe

View File

@ -573,7 +573,7 @@ var et2_historylog = et2_valueWidget.extend([et2_IDataProvider,et2_IResizeable],
// trigger the history registered resize
// in order to update the height with new value
// this.div.trigger('resize.' +this.options.value.app + this.options.value.id);
this.div.trigger('resize.' +this.options.value.app + this.options.value.id);
}
}
}