diff options
Diffstat (limited to 'files/zh-cn/web/javascript/reference/operators/instanceof')
-rw-r--r-- | files/zh-cn/web/javascript/reference/operators/instanceof/index.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/files/zh-cn/web/javascript/reference/operators/instanceof/index.html b/files/zh-cn/web/javascript/reference/operators/instanceof/index.html index f8c5807b3c..f6f1f188f8 100644 --- a/files/zh-cn/web/javascript/reference/operators/instanceof/index.html +++ b/files/zh-cn/web/javascript/reference/operators/instanceof/index.html @@ -27,9 +27,6 @@ translation_of: Web/JavaScript/Reference/Operators/instanceof <dl> <dt><code>object</code></dt> <dd>某个实例对象</dd> -</dl> - -<dl> <dt><code>constructor</code></dt> <dd>某个构造函数</dd> </dl> |