Fix typos

correct some spelling errors

Change-Id: I1c99feeff3d03ff6dc71f749919a9696e1e3a51c
This commit is contained in:
lidong 2017-05-19 00:19:33 -07:00
parent 6420e4caa4
commit 175070a9fd

View File

@ -111,9 +111,9 @@
}, },
displayContent:function(){ displayContent:function(){
var var
//element postion //element position
elementPos = this.getElementPosition(), elementPos = this.getElementPosition(),
//target postion //target position
$target = this.getTarget().removeClass().addClass(pluginClass), $target = this.getTarget().removeClass().addClass(pluginClass),
//target content //target content
$targetContent = this.getContentElement(), $targetContent = this.getContentElement(),