diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 07:24:31 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-02-19 07:24:31 +0900 |
| commit | 8a84150eea98a24d5c3a29c9f2a8dd95c903d62e (patch) | |
| tree | 5d5521b76bca8aad2b35c534c9f0106b17483497 /src/web/app/desktop/scripts | |
| parent | typo (diff) | |
| download | sharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.tar.gz sharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.tar.bz2 sharkey-8a84150eea98a24d5c3a29c9f2a8dd95c903d62e.zip | |
typo
Diffstat (limited to 'src/web/app/desktop/scripts')
| -rw-r--r-- | src/web/app/desktop/scripts/autocomplete.js | 2 |
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; |