Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Maizify committed Dec 25, 2020
1 parent 9eb367e commit 2da0ba3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ English | [简体中文](./CHANGELOG_CN.md)
- [FIX] Fix security issues. (#345 by @QiAnXinCodeSafe)
- [FIX] Prevent "webkitStorageInfo deprecation" warning.
- [FIX] Remove `Symbol`, `Array.from` polyfill. (issue #325, #275)
- [FIX] Show all enumerable and unenumerable properties. (issue #327)
- [IMPROVE] Update Webpack DevServer option. (by @QinZhen001)

#### V3.3.4 (2019-08-19)
Expand Down
2 changes: 1 addition & 1 deletion dist/vconsole.min.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ class VConsole {
that.switchPos.hasMoved = false;
});
$.bind($switch, 'touchend', function(e) {
console.log(e);
if (!that.switchPos.hasMoved) {
return;
}
Expand Down

0 comments on commit 2da0ba3

Please sign in to comment.