Advertisement
Guest User

Untitled

a guest
Apr 19th, 2014
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. Viewer.Views.PhotosMap = Backbone.View.extend({
  2. el: $('#conteneurLoad'),
  3. markersOld: {},
  4. mapOptions: function() {
  5. return {
  6.  
  7. center: new google.maps.LatLng(35.3152208011549, -70.40635300000008),
  8.  
  9. };
  10. },...
  11.  
  12. Viewer.Views.PhotosMap = Backbone.View.extend({
  13. el: $('#conteneurLoad'),
  14. markersOld: {},
  15. mapOptions: {
  16.  
  17. center: new google.maps.LatLng(35.3152208011549, -70.40635300000008),
  18.  
  19. },...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement