[mq]: findbaroff

This commit is contained in:
Mark Finkle 2009-10-19 17:21:23 -04:00
parent 18763254a9
commit 2a9176c010

View File

@ -95,7 +95,7 @@ let Util = {
*
* Any method that takes an x and y may also take a point.
*/
Point = function Point(x, y) {
function Point(x, y) {
this.set(x, y);
}