Browse Source

Added vimeo to sue etc so external api call can be made to get thumbnail

pull/127/head
Zach Wise 13 years ago
parent
commit
c7bbb899a8
  1. 7
      source/js/VMM.js

7
source/js/VMM.js

@ -118,6 +118,13 @@ if (typeof VMM == 'undefined') {
que: []
},
vimeo: {
active: false,
array: [],
api_loaded: false,
que: []
},
googlemaps: {
active: false,
map_active: false,

Loading…
Cancel
Save