Fix a spell typos

Change-Id: I256bc7bdcbbcd6b993687827ebbaba75fde827a5
This commit is contained in:
venkatamahesh 2016-02-03 15:55:02 +05:30
parent 0be82d9c73
commit b67b58cce7
2 changed files with 3 additions and 3 deletions

View File

@ -2150,7 +2150,7 @@ ul#developerActivity li span {
font-weight: 400; } font-weight: 400; }
/*End Community Page*/ /*End Community Page*/
/*Sofware Page*/ /*Software Page*/
.software { .software {
margin-top: 30px; } margin-top: 30px; }

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(),