1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-09-09 06:29:28 +03:00

More linting

This commit is contained in:
Kegan Dougal
2015-12-10 15:01:39 +00:00
parent 8576ebce8f
commit d6ba39f292
3 changed files with 6 additions and 3 deletions

View File

@@ -384,7 +384,8 @@ module.exports.runPolyfills = function() {
throw new TypeError(' this is null or not defined');
}
// 1. Let O be the result of calling ToObject passing the |this| value as the argument.
// 1. Let O be the result of calling ToObject passing the |this| value as the
// argument.
var O = Object(this);
// 2. Let lenValue be the result of calling the Get internal method of O with the
@@ -420,7 +421,8 @@ module.exports.runPolyfills = function() {
// c. If kPresent is true, then
if (k in O) {
// i. Let kValue be the result of calling the Get internal method of O with argument Pk
// i. Let kValue be the result of calling the Get internal method of O with
// argument Pk
kValue = O[k];
// ii. Call the Call internal method of callback with T as the this value and