Skip to content

Commit 9289caf

Browse files
committed
using canSymbol instead of Symbol for IE11
1 parent 4265203 commit 9289caf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/special-comparison-logic-test.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
var QueryLogic = require("../can-query-logic");
22
var QUnit = require("steal-qunit");
33
var canReflect = require("can-reflect");
4+
var canSymbol = require("can-symbol");
45

56
QUnit.module("can-query-logic special comparison logic");
67

@@ -100,7 +101,7 @@ QUnit.test("Searchable string", function(){
100101

101102
}
102103

103-
SearchableString[Symbol.for("can.SetType")] = SearchableStringSet;
104+
SearchableString[canSymbol.for("can.SetType")] = SearchableStringSet;
104105

105106
var todoQueryLogic = new QueryLogic({
106107
keys: {

0 commit comments

Comments
 (0)