ensl_gathers/lib/gather/map.js
2015-07-22 17:28:15 +01:00

13 lines
No EOL
130 B
JavaScript

"use strict";
/*
* Implements Map
*
* Will eventually pull maps off ENSL API
*/
function Map () {
}
module.exports = Map;