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 700aac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Specs/equalsMethodEqualityTester.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { defined } from "../Source/Cesium.js";
import defined from "../Source/Core/defined.js";

function equalsMethodEqualityTester(a, b) {
let to_run;
Expand Down
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 700aac4

Please sign in to comment.