зеркало из https://github.com/mozilla/pluotsorbet.git
use === instead of ==
This commit is contained in:
Родитель
ade0aa1d16
Коммит
ec25a6a1f1
2
frame.js
2
frame.js
|
@ -36,7 +36,7 @@ Frame.prototype.setLocal = function(idx, value) {
|
|||
}
|
||||
|
||||
Frame.prototype.isWide = function() {
|
||||
return this.code[this.ip - 2] == OPCODES.wide;
|
||||
return this.code[this.ip - 2] === OPCODES.wide;
|
||||
}
|
||||
|
||||
Frame.prototype.u16_to_s16 = function(x) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче