fix references & wrong rebasing

pull/5370/head
yann300 3 years ago committed by davidzagi93@gmail.com
parent b45bccd79c
commit 2dafa02606
  1. 2
      libs/remix-solidity/src/compiler/compiler-utils.ts

@ -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

Loading…
Cancel
Save