From 2e14494ebf76e4e2e7bce36074b0954b4c7458c7 Mon Sep 17 00:00:00 2001 From: Chakib Benziane Date: Mon, 20 Apr 2015 01:08:06 +0200 Subject: [PATCH] comments --- src/app/main/main.directives.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/main/main.directives.js b/src/app/main/main.directives.js index 6b53c32..e23eb63 100644 --- a/src/app/main/main.directives.js +++ b/src/app/main/main.directives.js @@ -102,7 +102,7 @@ angular.module('hybridApps') function draw() { then = now - (delta % $scope.interval); - // Drwaing here + // Processing here if ($scope.processing) { for (var j=0; j<$scope.fib;j++) { var i; @@ -119,6 +119,7 @@ angular.module('hybridApps') } } + // Drawing here var pos = $(object).position();