Commit b7533337 authored by franzih's avatar franzih Committed by Commit bot

Fix minor typo and delete unused import statement.

BUG=

Review-Url: https://codereview.chromium.org/2112933002
Cr-Commit-Position: refs/heads/master@{#37505}
parent 81349869
...@@ -15,7 +15,6 @@ var JSONStringify = global.JSON.stringify; ...@@ -15,7 +15,6 @@ var JSONStringify = global.JSON.stringify;
var MakeError; var MakeError;
var MapEntries; var MapEntries;
var MapIteratorNext; var MapIteratorNext;
var MathMin = global.Math.min;
var promiseStateSymbol = utils.ImportNow("promise_state_symbol"); var promiseStateSymbol = utils.ImportNow("promise_state_symbol");
var promiseResultSymbol = utils.ImportNow("promise_result_symbol"); var promiseResultSymbol = utils.ImportNow("promise_result_symbol");
var SetIteratorNext; var SetIteratorNext;
...@@ -122,7 +121,7 @@ function ObjectIsPromise(value) { ...@@ -122,7 +121,7 @@ function ObjectIsPromise(value) {
/** /**
* Returns the mirror for a specified value or object. * Returns the mirror for a specified value or object.
* *
* @param {value or Object} value the value or object to retreive the mirror for * @param {value or Object} value the value or object to retrieve the mirror for
* @param {boolean} transient indicate whether this object is transient and * @param {boolean} transient indicate whether this object is transient and
* should not be added to the mirror cache. The default is not transient. * should not be added to the mirror cache. The default is not transient.
* @returns {Mirror} the mirror reflects the passed value or object * @returns {Mirror} the mirror reflects the passed value or object
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment