Commit 169774c92403197b16d7a20ebd21c14f52e3f146
1 parent
2a0e00b6
commit changes for freestyle paint
Showing
1 changed file
with
1 additions
and
2 deletions
400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
... | ... | @@ -6159,9 +6159,8 @@ function ($scope, $rootScope, $compile, $http, $log, $location, $timeout, DA, Mo |
6159 | 6159 | $rootScope.FreeStylePaint = function (e) { |
6160 | 6160 | // debugger; |
6161 | 6161 | |
6162 | - alert("asasssas"); | |
6162 | + // alert("asasssas"); | |
6163 | 6163 | $rootScope.shapeType = "FreeStylePaint"; |
6164 | - canvas.addEventListener('mousedown', $scope.OnPaintCanvasMouseDown, false); | |
6165 | 6164 | canvas.addEventListener('mouseup', $scope.OnPaintCanvasMouseUp, false); |
6166 | 6165 | |
6167 | 6166 | } | ... | ... |