diff options
Diffstat (limited to 'files/ko/web/javascript/reference/operators/object_initializer/index.html')
-rw-r--r-- | files/ko/web/javascript/reference/operators/object_initializer/index.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/files/ko/web/javascript/reference/operators/object_initializer/index.html b/files/ko/web/javascript/reference/operators/object_initializer/index.html index 6040804e5f..3a4bb219af 100644 --- a/files/ko/web/javascript/reference/operators/object_initializer/index.html +++ b/files/ko/web/javascript/reference/operators/object_initializer/index.html @@ -21,10 +21,6 @@ translation_of: Web/JavaScript/Reference/Operators/Object_initializer <p>{{EmbedInteractiveExample("pages/js/expressions-objectinitializer.html", "taller")}}</p> -<div class="hidden"> -<p>The source for this interactive example is stored in a GitHub repository. If you'd like to contribute to the interactive examples project, please clone <a href="https://github.com/mdn/interactive-examples">https://github.com/mdn/interactive-examples</a> and send us a pull request.</p> -</div> - <h2 id="구문">구문</h2> <pre class="brush: js notranslate">var o = {}; |