Added trailing comma to js files.

The lack of trailing commas in these module definitions
were causing exceptions when concatenated with other js
files.
This commit is contained in:
Chad Burt 2013-09-12 09:28:24 -07:00
parent 2afcdf97d1
commit 6ee60833bc
2 changed files with 2 additions and 2 deletions

2
dbf.js
View File

@ -245,5 +245,5 @@
window["DBF"] = DBF;
})(self)
})(self);

View File

@ -371,5 +371,5 @@
}
window["Shapefile"] = Shapefile;
})(self)
})(self);