diff options
author | Ivan Radeljic <radeljicivan85@gmail.com> | 2017-02-13 14:11:32 +0100 |
---|---|---|
committer | Ivan Radeljic <radeljicivan85@gmail.com> | 2017-02-13 14:11:32 +0100 |
commit | 3737cb30dd4451e2be410a371321178f2f2f6ac0 (patch) | |
tree | 57bdf7338a5f7c67c9ea93742452c6a298a18cbd /client/lib | |
parent | 2b606499b8b913e17255ac1cfecc5b78b87f3c04 (diff) | |
download | wekan-3737cb30dd4451e2be410a371321178f2f2f6ac0.tar.gz wekan-3737cb30dd4451e2be410a371321178f2f2f6ac0.tar.bz2 wekan-3737cb30dd4451e2be410a371321178f2f2f6ac0.zip |
Fix typo
Diffstat (limited to 'client/lib')
-rw-r--r-- | client/lib/utils.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/lib/utils.js b/client/lib/utils.js index 4f772a60..9a9ff654 100644 --- a/client/lib/utils.js +++ b/client/lib/utils.js @@ -27,7 +27,7 @@ Utils = { // in fact, what we really care is screen size // large mobile device like iPad or android Pad has a big screen, it should also behave like a desktop // in a small window (even on desktop), Wekan run in compact mode. - // we can easily debug with a small window of desktop broswer. :-) + // we can easily debug with a small window of desktop browser. :-) isMiniScreen() { this.windowResizeDep.depend(); return $(window).width() <= 800; |