зеркало из https://github.com/mozilla/pluotsorbet.git
Remove unused dup function
This commit is contained in:
Родитель
085896ec5d
Коммит
aa435f1d08
7
frame.js
7
frame.js
|
@ -13,13 +13,6 @@ Array.prototype.pop2 = function() {
|
|||
return this.pop();
|
||||
}
|
||||
|
||||
Array.prototype.dup = function() {
|
||||
var v = this.pop();
|
||||
this.push(v);
|
||||
this.push(v);
|
||||
return v;
|
||||
}
|
||||
|
||||
Array.prototype.pushType = function(signature, value) {
|
||||
if (signature === "J" || signature === "D") {
|
||||
this.push2(value);
|
||||
|
|
Загрузка…
Ссылка в новой задаче