From 175070a9fde2028e12a3494b6f03ad3e30badd86 Mon Sep 17 00:00:00 2001 From: lidong Date: Fri, 19 May 2017 00:19:33 -0700 Subject: [PATCH] Fix typos correct some spelling errors Change-Id: I1c99feeff3d03ff6dc71f749919a9696e1e3a51c --- www/static/common/js/webui-popover.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/static/common/js/webui-popover.js b/www/static/common/js/webui-popover.js index f35bf2981..ce7fa9bcb 100644 --- a/www/static/common/js/webui-popover.js +++ b/www/static/common/js/webui-popover.js @@ -111,9 +111,9 @@ }, displayContent:function(){ var - //element postion + //element position elementPos = this.getElementPosition(), - //target postion + //target position $target = this.getTarget().removeClass().addClass(pluginClass), //target content $targetContent = this.getContentElement(),