overflow 에러 수정

This commit is contained in:
chicpro
2013-02-21 18:33:46 +09:00
parent e3b8cd20c0
commit 0a7e931fc4

View File

@ -331,7 +331,7 @@ function wrestSubmit()
return false;
}
if (this.oldsubmit && this.oldsubmit() == false)
if (this.oldsubmit && this.oldsubmit == false)
return false;
return true;