Created
January 4, 2016 15:02
-
-
Save pr0t3us/6c9eb31b2db31add2f71 to your computer and use it in GitHub Desktop.
waypoints
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
getWaypoints: function() { | |
var i, | |
wps = []; | |
for (i = 0; i < this._waypoints.length; i++) { | |
wps.push(this._waypoints[i]); | |
} | |
return wps; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment