Skip to content

Commit 0dcadf2

Browse files
author
Spongman
committed
fromAngles sample requires weblg, can't run in travis
1 parent 886ef4b commit 0dcadf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/math/p5.Vector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -907,7 +907,7 @@ p5.Vector.fromAngle = function fromAngle(angle, length) {
907907
* @param {Number} [length] the length of the new vector (defaults to 1)
908908
* @return {p5.Vector} the new p5.Vector object
909909
* @example
910-
* <div>
910+
* <div modernizr='webgl'>
911911
* <code>
912912
* function setup() {
913913
* createCanvas(100, 100, WEBGL);

0 commit comments

Comments
 (0)