search for: oevtsourc

Displaying 1 result from an estimated 1 matches for "oevtsourc".

Did you mean: oevtsource
2009 May 31
7
[mapstraction commit] r11 - Added functionality to automatically load scripts needed.
...39;'info''); var eventsElm = document.getElementById(''events''); - var m = new mxn.Mapstraction(''map'', ''microsoft''); + var m = new mxn.Mapstraction(''map''); m.endPan.addHandler(function(sEvtName, oEvtSource, oEvtArgs){ var center = oEvtSource.getCenter(); @@ -136,7 +132,7 @@ { desc: ''Swap API'', action: function(){ - m.swap(''map'', ''google''); + m.swap(''map'', ''microsoft''); }...