Replaced var with const in API doc examples
This commit is contained in:
@@ -652,7 +652,7 @@ getJasmineRequireObj().MatchersUtil = function(j$) {
|
||||
* };
|
||||
* }
|
||||
*
|
||||
* var actual = {
|
||||
* const actual = {
|
||||
* n: 2,
|
||||
* otherFields: "don't care"
|
||||
* };
|
||||
|
||||
Reference in New Issue
Block a user