JavaScriptを色々あれこれしようとするがひたすら失敗を繰り返している
| Revision | 9 (tree) |
|---|---|
| Time | 2016-11-13 06:43:19 |
| Author | |
(empty log message)
| @@ -6,7 +6,7 @@ | ||
| 6 | 6 | class CPartsFocus { |
| 7 | 7 | constructor () { |
| 8 | 8 | this.lineWidth = 2; |
| 9 | - this.markWidth = 10; | |
| 9 | + this.markWidth = 20; | |
| 10 | 10 | this.num2str = ['focusleft', 'focustop', 'focusright', 'focusbottom']; |
| 11 | 11 | this.clingingPartner = null; |
| 12 | 12 | this.DOM = [null, null, null, null]; // focus表示用 |
| @@ -3,7 +3,7 @@ | ||
| 3 | 3 | <head> |
| 4 | 4 | <meta charset="UTF-8"> |
| 5 | 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
| 6 | - <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1.5, minimum-scale=0.1, width=device-width, height=device-height"> | |
| 6 | + <meta name="viewport" content="user-scalable=yes, initial-scale=1, maximum-scale=10, minimum-scale=0.1, width=device-width, height=device-height"> | |
| 7 | 7 | <title></title> |
| 8 | 8 | <!--script type="text/javascript" src="js/Splash.js"></script--> |
| 9 | 9 |