Skip to content
Snippets Groups Projects
Commit b31b6eb9 authored by deuce's avatar deuce
Browse files

Be sure to return a value from getters.

parent a52dd537
No related branches found
No related tags found
No related merge requests found
......@@ -95,5 +95,6 @@ function URL(url, base)
ret += '?'+this.query;
if(this.fragment != undefined)
ret += '#'+this.fragment;
return ret;
};
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment