Make codacy happy

This commit is contained in:
Antonin Delpeuch 2017-08-13 17:48:18 +01:00
parent 81fa6093f4
commit f2612b0d12

View File

@ -180,7 +180,7 @@ ExtendReconciledDataPreviewDialog.prototype._update = function() {
columnName: this._column.name
};
if(this._extension.properties.length == 0) {
if(this._extension.properties.length === 0) {
// if the column selection is empty, reset the view
this._elmts.previewContainer.empty();
} else {