chore(dom) add " "

This commit is contained in:
coderaiser 2014-12-19 09:45:26 -05:00
parent 78cbf94668
commit 051b7d2ab5

View file

@ -1211,7 +1211,7 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
link = this.getCurrentLink(current);
if (link)
name = link.title || link.textContent;
name = link.title || link.textContent;
return name;
};