aboutsummaryrefslogtreecommitdiff
path: root/js/helper-classes/RDGE/src/core/script/runtime.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-13 13:36:52 -0800
committerArmen Kesablyan2012-02-13 13:36:52 -0800
commitda32190d5dd91fa2c26f8cabb746980c3d06035c (patch)
treed923299208c84b1071b58e7eb9c0515b2e1c844a /js/helper-classes/RDGE/src/core/script/runtime.js
parent36cefa3526988cb4dfea107fedaa954a2703260d (diff)
parent90d0c8c0e98d062c628c061fe5765ce991fda409 (diff)
downloadninja-da32190d5dd91fa2c26f8cabb746980c3d06035c.tar.gz
Merge branch 'refs/heads/master' into text-tool
Diffstat (limited to 'js/helper-classes/RDGE/src/core/script/runtime.js')
-rw-r--r--js/helper-classes/RDGE/src/core/script/runtime.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/helper-classes/RDGE/src/core/script/runtime.js b/js/helper-classes/RDGE/src/core/script/runtime.js
index 8d8fdf38..18b9b223 100644
--- a/js/helper-classes/RDGE/src/core/script/runtime.js
+++ b/js/helper-classes/RDGE/src/core/script/runtime.js
@@ -179,7 +179,7 @@ RDGERequestAnimationFrame = (function() {
179RDGETask = (function() { 179RDGETask = (function() {
180 var tasks = {}; 180 var tasks = {};
181 return function(canvas, startNow) { 181 return function(canvas, startNow) {
182 this.id = canvas.id; 182 this.id = canvas.rdgeid;
183 this.currTime = 0.0; 183 this.currTime = 0.0;
184 this.lastTime = 0.0; 184 this.lastTime = 0.0;
185 this.running = false; 185 this.running = false;