Skip to content

Commit

Permalink
Undocument private stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
jfirebaugh committed Mar 27, 2015
1 parent 016001e commit 116119f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/geo/transform.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var LatLng = require('./lat_lng'),

module.exports = Transform;

/**
/*
* A single transform, generally used for a single tile to be scaled, rotated, and zoomed.
*
* @param {Number} minZoom
Expand Down
2 changes: 1 addition & 1 deletion js/util/interpolate.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ interpolate.vec2 = function(from, to, t) {
];
};

/**
/*
* Interpolate between two colors given as 4-element arrays.
*
* @param {Color} from
Expand Down

0 comments on commit 116119f

Please sign in to comment.