projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b8e64ac
)
:memo: Small fixes
author
Plusb Preco
<plusb21@gmail.com>
Thu, 14 Apr 2016 13:56:56 +0000
(22:56 +0900)
committer
Plusb Preco
<plusb21@gmail.com>
Thu, 14 Apr 2016 13:56:56 +0000
(22:56 +0900)
[ci skip]
docs-translations/ko-KR/development/coding-style.md
patch
|
blob
|
history
diff --git
a/docs-translations/ko-KR/development/coding-style.md
b/docs-translations/ko-KR/development/coding-style.md
index
211eaa4
..
ff16257
100644
(file)
--- a/
docs-translations/ko-KR/development/coding-style.md
+++ b/
docs-translations/ko-KR/development/coding-style.md
@@
-52,6
+52,6
@@
Electron API는 Node.js와 비슷한 명명법을 사용합니다:
새로운 API를 만들 땐 jQuery의 one-function 스타일 대신 getter, setter스타일을
사용해야 합니다. 예를 들어 `.text([text])` 대신 `.getText()`와 `.setText(text)`
-형식으로 함수를 설계하면 됩니다. 포럼에 이 문제에 대한
+형식으로 함수를 설계하면 됩니다. 포럼에
서
이 문제에 대한
[논의](https://github.com/electron/electron/issues/46)가
진행되고 있습니다.