Skip to content

Instantly share code, notes, and snippets.

@pr0t3us
Created January 4, 2016 15:02
Show Gist options
  • Save pr0t3us/6c9eb31b2db31add2f71 to your computer and use it in GitHub Desktop.
Save pr0t3us/6c9eb31b2db31add2f71 to your computer and use it in GitHub Desktop.
waypoints
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