From 472f6ddd1745641688c7bfc027f5bb887ab24731 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 17 Jul 2012 08:55:45 +0200 Subject: [PATCH] Satisfy more recent gjslint --- externs/proj4js.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/externs/proj4js.js b/externs/proj4js.js index 58f00c0b84..e4c4341234 100644 --- a/externs/proj4js.js +++ b/externs/proj4js.js @@ -47,9 +47,9 @@ Proj4js.Point.prototype.y; /** * @constructor * @param {string} srsCode - * @param {Function=} callback + * @param {Function=} opt_callback */ -Proj4js.Proj = function(srsCode, callback) {}; +Proj4js.Proj = function(srsCode, opt_callback) {}; /**