jshint compliance

This commit is contained in:
ansuz
2017-03-20 18:02:11 +01:00
parent eeecb1baab
commit 98027dad27
2 changed files with 5 additions and 3 deletions

View File

@@ -1018,7 +1018,7 @@ define([
parsed = common.parseHash(parsed.hash);
if (parsed.version === 0) {
return channel;
return parsed.channel;
} else if (parsed.version !== 1) {
console.error("parsed href had no version");
console.error(parsed);