Satisfy more recent gjslint

This commit is contained in:
Tom Payne
2012-07-17 08:55:45 +02:00
parent ff8b9133b3
commit 472f6ddd17
+2 -2
View File
@@ -47,9 +47,9 @@ Proj4js.Point.prototype.y;
/** /**
* @constructor * @constructor
* @param {string} srsCode * @param {string} srsCode
* @param {Function=} callback * @param {Function=} opt_callback
*/ */
Proj4js.Proj = function(srsCode, callback) {}; Proj4js.Proj = function(srsCode, opt_callback) {};
/** /**