Skip to content

Instantly share code, notes, and snippets.

@gumayunov
Created December 13, 2011 08:00
Show Gist options
  • Save gumayunov/1471163 to your computer and use it in GitHub Desktop.
Save gumayunov/1471163 to your computer and use it in GitHub Desktop.
var abonent = AbonentsCollection.build(user_data);
var view = new Map.Abonent(abonent);
Madiator.addAbonentView(view);
....
.click(function(ev){
Mediator.showOnMap($(ev.target).attr('abonent_id'))
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment