We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cee2c39 commit b3d1871Copy full SHA for b3d1871
1 file changed
HTMLCS.js
@@ -33,18 +33,6 @@ var HTMLCS = new function()
33
// The current language to use.
34
this.lang = 'en';
35
36
- this.setCurrentSniff = function( sniff ){
37
- _currentSniff = sniff;
38
- };
39
-
40
- this.setStandard = function( standard ){
41
- _standard = standard;
42
43
44
- this.setCurrentGuideLine = function( guideline ){
45
46
47
48
/**
49
* Loads the specified standard and run the sniffs.
50
*
0 commit comments