summaryrefslogtreecommitdiff
path: root/lib/scripts/delay.js
diff options
context:
space:
mode:
authorlupo49 <post@lupo49.de>2011-08-22 19:11:18 +0200
committerlupo49 <post@lupo49.de>2011-08-22 19:11:18 +0200
commitd8f231b5162801fe333f899552b5808a83282634 (patch)
treef8021011b52502521eeff4f33e368628bb73ba89 /lib/scripts/delay.js
parent8e5a3957cd8de15f48dc27e9c07dfe4033fd6997 (diff)
parent1c5f7481f4e685ad3ffe9ba48ed47ed75196e64a (diff)
downloadrpg-d8f231b5162801fe333f899552b5808a83282634.tar.gz
rpg-d8f231b5162801fe333f899552b5808a83282634.tar.bz2
Merge remote branch 'upstream/master'
Diffstat (limited to 'lib/scripts/delay.js')
-rw-r--r--lib/scripts/delay.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/scripts/delay.js b/lib/scripts/delay.js
index 2ef9f8846..edd53def3 100644
--- a/lib/scripts/delay.js
+++ b/lib/scripts/delay.js
@@ -51,6 +51,7 @@ Delay.prototype = {
},
start: function () {
+ DEPRECATED('don\'t use the Delay object, use window.timeout with a callback instead');
this.delTimer();
var _this = this;
this.timer = timer.add(function () { _this.exec.call(_this); },