/* * guimap.model.js * Module module */ /* jslint */ /* global $, guimap */ guimap.model = (function () { return { }; } ());