Fixing visibility (@private/@protected) annotationto introduce compiler warnings for that.

This commit is contained in:
Petr Pridal
2012-06-20 11:35:58 +02:00
parent 25d4ef17fd
commit e0d444551c
4 changed files with 13 additions and 14 deletions
-1
View File
@@ -157,7 +157,6 @@ ol.Projection.addTransform = function(from, to, method) {
* @param {!Object} point Object with x and y properties.
* @param {!ol.Projection} source Source projection.
* @param {!ol.Projection} dest Destination projection.
* @private
*/
ol.Projection.transform = function(point, source, dest) {
if (source.proj_ && dest.proj_) {