Commit 3cba972e authored by Robert Knight's avatar Robert Knight

Remove an obsolete reference to jQuery in a comment

parent 29a0c3a1
......@@ -302,7 +302,6 @@ describe('annotator/anchoring/range', () => {
container.querySelector(test.bound)
);
assert.equal(limit.text(), test.textNodes.join(''));
// To get a node value from jquery, use ".data".
assert.deepEqual(
test.textNodes,
limit.textNodes().map(n => n.data)
......
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