Skip to content

Commit b68d219

Browse files
committed
Add missing jshint global to AutolinkerSpec.js
1 parent 9fbad47 commit b68d219

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/AutolinkerSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*global Autolinker, _, describe, beforeEach, afterEach, it, expect */
1+
/*global Autolinker, _, jasmine, describe, beforeEach, afterEach, it, expect */
22
describe( "Autolinker", function() {
33

44
describe( "instantiating and using as a class", function() {

0 commit comments

Comments
 (0)