Skip to content

Commit 4f578e4

Browse files
Mike Churchward2shediac
Mike Churchward
authored andcommitted
GRADEME-46 - Changes to Grademe.js to pass JSHINT tests
1 parent 3c328e5 commit 4f578e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

javascript/grademe.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/*global $:false */
2+
/*exported togglecollapseall */
3+
/* The above disables warnings for undefined '$' and unused 'togglecollapseall'. */
14
/*
25
* Collapse/Expand all courses/assessments. If we are in the course,
36
* then only collapse/expand all assessments.

0 commit comments

Comments
 (0)