зеркало из https://github.com/mozilla/pluotsorbet.git
Polyfill the contains method
This commit is contained in:
Родитель
d99df01d0e
Коммит
1de311045d
|
@ -12,3 +12,9 @@ if (!Math.fround) {
|
|||
}
|
||||
})();
|
||||
}
|
||||
|
||||
if (!String.prototype.contains) {
|
||||
String.prototype.contains = function() {
|
||||
return String.prototype.indexOf.apply(this, arguments) !== -1;
|
||||
};
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче