Adopt strict mode throughout the codebase
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
getJasmineRequireObj().Is = function(j$) {
|
||||
'use strict';
|
||||
|
||||
class Is {
|
||||
constructor(expected) {
|
||||
this.expected_ = expected;
|
||||
|
||||
Reference in New Issue
Block a user