diff options
author | wildsky <poppin.wildsky+gh@gmail.com> | 2021-03-18 16:14:16 +0800 |
---|---|---|
committer | Irvin <irvinfly@gmail.com> | 2021-03-18 16:54:18 +0800 |
commit | 4adc453c61a4b14ae555fd8162e2b1a70b3f477c (patch) | |
tree | 0fc1460c037c2fc6bf757b7e69e186d959cfaf3d /files/zh-tw/web | |
parent | c22553c8bf58f10d75c25ac72cd6ee140c431670 (diff) | |
download | translated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.tar.gz translated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.tar.bz2 translated-content-4adc453c61a4b14ae555fd8162e2b1a70b3f477c.zip |
correct source code from rtl to ltr for zh-tw
Diffstat (limited to 'files/zh-tw/web')
-rw-r--r-- | files/zh-tw/web/api/element/classlist/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-tw/web/api/element/classlist/index.html b/files/zh-tw/web/api/element/classlist/index.html index afa5b7c862..5a78d9aaa9 100644 --- a/files/zh-tw/web/api/element/classlist/index.html +++ b/files/zh-tw/web/api/element/classlist/index.html @@ -34,7 +34,7 @@ translation_of: Web/API/Element/classList <h2 id="範例">範例</h2> -<pre class="brush: js" dir="rtl">// div is an object reference to a <div> element with class="foo bar" +<pre class="brush: js">// div is an object reference to a <div> element with class="foo bar" div.classList.remove("foo"); div.classList.add("anotherclass"); |