chore(listeners) add " "

This commit is contained in:
coderaiser 2014-05-23 10:55:10 -04:00
parent e8ba84e707
commit e3424896cb

View file

@ -96,7 +96,7 @@ var Util, DOM, CloudCmd;
Events.addClick(Storage.clear, clearStorage);
Util.forEach(pathLinks.children, function(ai) {
var url = CloudCmd.HOST,
var url = CloudCmd.HOST,
link = Util.rmStr(ai.href, url),
load = Util.exec.with(loadDir, {
path : link,