summaryrefslogtreecommitdiff
path: root/modules/script
diff options
context:
space:
mode:
authorNasah-Kuma <nasahnash19@gmail.com>2020-10-27 18:01:45 +0000
committerPhilip Chimento <philip.chimento@gmail.com>2020-10-27 18:01:45 +0000
commit984ff1569421fe8b4b9ce25b28249f139e8b7021 (patch)
tree2f782995149381f6d3801b6a3546591783414d44 /modules/script
parent1a7b11e4474d615314a97146947db79833803b99 (diff)
downloadgjs-984ff1569421fe8b4b9ce25b28249f139e8b7021.tar.gz
added rule to handle blank lines at the start of blocks
Diffstat (limited to 'modules/script')
-rw-r--r--modules/script/tweener/tweener.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/script/tweener/tweener.js b/modules/script/tweener/tweener.js
index 9cbc6ac5..cd513aaf 100644
--- a/modules/script/tweener/tweener.js
+++ b/modules/script/tweener/tweener.js
@@ -311,7 +311,6 @@ function _updateTweenByIndex(i) {
_callOnFunction(tweening.onUpdate, 'onUpdate', tweening.onUpdateScope,
scope, tweening.onUpdateParams);
-
} else {
tweening.updatesSkipped++;
}
@@ -624,7 +623,6 @@ function removeTweensByTime(scope, properties, timeStart, timeComplete) {
scope == _tweenList[i].scope &&
timeComplete > _tweenList[i].timeStart &&
timeStart < _tweenList[i].timeComplete) {
-
for (name in _tweenList[i].properties) {
if (properties[name]) {
if (!removedLocally) {