Skip to content

Commit

Permalink
Change helper function import
Browse files Browse the repository at this point in the history
  • Loading branch information
ggetz committed Apr 13, 2022
1 parent a040026 commit 362a373
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Specs/spec-main.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import customizeJasmine from "./customizeJasmine.js";
import { defined, queryToObject } from "../Source/Cesium.js";
import defined from "../Source/Core/defined.js";
import queryToObject from "../Source/Core/queryToObject.js";

const queryString = queryToObject(window.location.search.substring(1));

Expand Down

0 comments on commit 362a373

Please sign in to comment.