갯수 -> 개수 혹은 수 로 수정, 뮤죤님

This commit is contained in:
whitedot
2013-11-12 14:14:58 +09:00
parent b42ef72337
commit 3816645aae
6 changed files with 7 additions and 7 deletions

View File

@ -271,7 +271,7 @@ function wrestSubmit()
var attr = null;
// 해당폼에 대한 요소의 수만큼 돌려라
// 해당폼에 대한 요소의 수만큼 돌려라
for (var i=0; i<this.elements.length; i++) {
var el = this.elements[i];