Commit 33efc9df authored by yann300's avatar yann300 Committed by davidzagi93@gmail.com

fix references & wrong rebasing

parent b517a4d3
...@@ -12,7 +12,7 @@ export const pathToURL = {} ...@@ -12,7 +12,7 @@ export const pathToURL = {}
* @param version is the version of compiler with or without 'soljson-v' prefix and .js postfix * @param version is the version of compiler with or without 'soljson-v' prefix and .js postfix
*/ */
export function urlFromVersion (version) { export function urlFromVersion (version) {
let url let url
if (version === 'builtin') { if (version === 'builtin') {
let location: string | Location = window.document.location let location: string | Location = window.document.location
let path = location.pathname let path = location.pathname
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment