Fix jshint issue in editableList

This commit is contained in:
Nick O'Leary 2016-05-29 22:41:25 +01:00
parent 64722da4a7
commit 3cac48e86f
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@
var currentFullHeight = this.topContainer.height();
var innerHeight = this.uiContainer.height();
var delta = currentFullHeight - innerHeight;
if (this.uiHeight != 0) {
if (this.uiHeight !== 0) {
this.uiContainer.height(this.uiHeight-delta);
}
if (this.options.resize) {