0byt3m1n1
Path:
/
var
/
lib
/
vz
/
www
/
clients
/
client6
/
web11
/
web
/
wp-content
/
plugins
/
wp-google-maps
/
js
/
v8
/
[
Home
]
File: text.js
/** * @namespace WPGMZA * @module Text * @requires WPGMZA */ jQuery(function($) { WPGMZA.Text = function(options) { if(options) for(var name in options) this[name] = options[name]; } WPGMZA.Text.createInstance = function(options) { switch(WPGMZA.settings.engine) { case "open-layers": break; default: break; } return new WPGMZA.Text(options); } });