Sha256: 66c5f96fc944bd494e222f3179d56ad57c75714c95987e15b3d18fc6dffe10ba
Contents?: true
Size: 415 Bytes
Versions: 4
Compression:
Stored size: 415 Bytes
Contents
@Gmaps = triggerOldOnload: -> window.Gmaps.oldOnload() if typeof(window.Gmaps.oldOnload) == 'function' loadMaps: -> #loop through all variable names. #there should only be maps inside so it trigger their load function for key, value of window.Gmaps #console.log key, searchLoadIncluded if /^load_/.test(key) #load_function_name = "load_" + key window.Gmaps[key]()
Version data entries
4 entries across 4 versions & 2 rubygems