Adopt strict mode throughout the codebase
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
jasmineRequire.HtmlReporter = function(j$) {
|
||||
'use strict';
|
||||
|
||||
function ResultsStateBuilder() {
|
||||
this.topResults = new j$.private.ResultsNode({}, '', null);
|
||||
this.currentParent = this.topResults;
|
||||
|
||||
Reference in New Issue
Block a user