hanspell 0.9.4 → 0.9.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -116,7 +116,7 @@ function spellCheck(sentence, timeout, check, end, error) {
116
116
  getResponse,
117
117
  );
118
118
 
119
- i++;
119
+ i += 1;
120
120
  if (i < data.length) {
121
121
  setTimeout(post, DAUM_MIN_INTERVAL);
122
122
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hanspell",
3
- "version": "0.9.4",
3
+ "version": "0.9.5",
4
4
  "description": "(주)다음과 부산대학교 인공지능연구실/(주)나라인포테크의 온라인 서비스를 이용한 한글 맞춤법 검사기.",
5
5
  "homepage": "https://github.com/9beach/hanspell",
6
6
  "author": {