From 1fb5b4fb47cec237672005fb7ba2874d83b61a0d Mon Sep 17 00:00:00 2001 From: jmxhyz Date: Tue, 18 Aug 2015 21:49:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=BB=E7=AC=94=E9=A2=9C=E8=89=B2=E3=80=81?= =?UTF-8?q?=E7=B2=97=E7=BB=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- assets/js/nodeppt.control.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/assets/js/nodeppt.control.js b/assets/js/nodeppt.control.js index a9f65d314..0dbd1d64f 100755 --- a/assets/js/nodeppt.control.js +++ b/assets/js/nodeppt.control.js @@ -40,8 +40,6 @@ t.sendKeyEvent(67); }).on('paint points', function(points) { var data = { - pencolor: $doc.getElementById("drawBoard").context.strokeStyle, //画笔颜色 - penlineWidth: $doc.getElementById("drawBoard").context.lineWidth, //画笔宽度 points: points, screen: { width: $doc.body.offsetWidth,