Commit d2c9776c authored by Calvin Metcalf's avatar Calvin Metcalf
Browse files

fixes #6 commonjs

parent e5d396f3
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -441,3 +441,7 @@ proj4.Class = function() {
  Class.prototype = extended;
  return Class;
};

if(typeof module !== 'undefined'){
	module.exports = proj4;
}