Skip to content

Commit 9e12519

Browse files
author
Lanny McNie
committed
Fixed doc issues with deprecated functions and crosslinks in Ticker (thanks @Fumio)
1 parent c740ead commit 9e12519

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/createjs/utils/Ticker.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ this.createjs = this.createjs||{};
329329
};
330330

331331
/**
332-
* Use the {{#crossLink "Ticker/framerate:property"}}{{/crossLink}} property instead.
332+
* Use the {{#crossLink "Ticker/interval:property"}}{{/crossLink}} property instead.
333333
* @method getInterval
334334
* @static
335335
* @return {Number}
@@ -351,7 +351,7 @@ this.createjs = this.createjs||{};
351351
};
352352

353353
/**
354-
* Use the {{#crossLink "Ticker/interval:property"}}{{/crossLink}} property instead.
354+
* Use the {{#crossLink "Ticker/framerate:property"}}{{/crossLink}} property instead.
355355
* @method getFPS
356356
* @static
357357
* @return {Number}
@@ -503,7 +503,8 @@ this.createjs = this.createjs||{};
503503
};
504504

505505
/**
506-
* Similar to getTime(), but returns the time on the most recent tick event object.
506+
* Similar to the {{#crossLink "Ticker/getTime"}}{{/crossLink}} method, but returns the time on the most recent {{#crossLink "Ticker/tick:event"}}{{/crossLink}}
507+
* event object.
507508
* @method getEventTime
508509
* @static
509510
* @param runTime {Boolean} [runTime=false] If true, the runTime property will be returned instead of time.

0 commit comments

Comments
 (0)