summaryrefslogtreecommitdiff
path: root/src/web
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2017-02-19 07:24:31 +0900
committersyuilo <syuilotan@yahoo.co.jp>2017-02-19 07:24:31 +0900
commit8a84150eea98a24d5c3a29c9f2a8dd95c903d62e (patch)
tree5d5521b76bca8aad2b35c534c9f0106b17483497 /src/web
parenttypo (diff)
downloadsharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.tar.gz
sharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.tar.bz2
sharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.zip
typo
Diffstat (limited to 'src/web')
-rw-r--r--src/web/app/desktop/scripts/autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/app/desktop/scripts/autocomplete.js b/src/web/app/desktop/scripts/autocomplete.js
index 54985874d6..a87a64418e 100644
--- a/src/web/app/desktop/scripts/autocomplete.js
+++ b/src/web/app/desktop/scripts/autocomplete.js
@@ -88,7 +88,7 @@ class Autocomplete {
* [Private] サジェストを閉じます。
*/
close() {
- if (this.suggestion == nul) return;
+ if (this.suggestion == null) return;
this.suggestion.unmount();
this.suggestion = null;