Skip to content
Snippets Groups Projects
Commit fc333067 authored by Steven Hammerton's avatar Steven Hammerton
Browse files

Rename required var to match convention

parent 4e0d9300
No related merge requests found
......@@ -16,10 +16,10 @@ limitations under the License.
'use strict';
var Url = require ('url');
var url = require ('url');
function getServiceUrl() {
var parsedUrl = Url.parse(window.location.href);
var parsedUrl = url.parse(window.location.href);
return parsedUrl.protocol + "//" + parsedUrl.host + parsedUrl.pathname;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment