Add @return to Point#directedAngle.

This commit is contained in:
Jonathan Puckey 2011-05-26 16:49:51 +02:00
parent b52421c282
commit 0388917d90

View file

@ -440,6 +440,7 @@ var Point = this.Point = Base.extend({
* {@link #angle} property.
*
* @param {Point} point
* @return {number} the angle between the two vectors
*/
getDirectedAngle: function(point) {
point = Point.read(arguments);