Remove stray variable

This commit is contained in:
Tom Payne
2012-08-08 01:20:57 +02:00
parent 7ed5f42fb9
commit 35cf4db8cf

View File

@@ -3,7 +3,7 @@ goog.require('ol.Coordinate');
goog.require('ol.Projection');
var outputElement = document.getElementById('output'), p;
var outputElement = document.getElementById('output');
var point, transformedPoint;