app/assets/javascripts/embeditor/embeditor.js.coffee in embeditor-rails-2.0.1 vs app/assets/javascripts/embeditor/embeditor.js.coffee in embeditor-rails-2.2.0
- old
+ new
@@ -1,28 +1,29 @@
window.Embeditor = {
Adapters : {}
DefaultAdapters :
- 'youtube' : 'Embedly'
+ 'youtube' : 'YouTube'
'vimeo' : 'Embedly'
'brightcove' : 'Brightcove'
'ustream' : 'Embedly'
'livestream' : 'Embedly'
'vine' : 'Embedly'
'googlemaps' : 'Embedly'
'googlefusion' : 'GoogleFusion'
'scribd' : 'Embedly'
- # 'documentcloud' : 'DocumentCloud'
+ 'documentcloud' : 'DocumentCloud'
'polldaddy' : 'Polldaddy'
'facebook' : 'Embedly'
'storify' : 'Storify'
'coveritlive' : 'CoverItLive'
'rebelmouse' : 'RebelMouse'
'firetracker' : 'FireTracker'
'twitter' : 'Twitter'
'instagram' : 'Instagram'
'soundcloud' : 'Embedly'
'spotify' : 'Embedly'
+ 'ranker' : 'Ranker'
'other' : 'Embedly'
TemplatePath : 'embeditor/templates/'
Template : (template) ->