asapTest is unused.

This commit is contained in:
noface 2016-11-27 00:54:37 +01:00
parent 0699d8f3db
commit 851a53417e

View File

@ -134,7 +134,6 @@ Embedding =
el: el
latestEvent: e
endEvents: 'mouseout click'
asapTest: -> el.height
cb:
click: (e) ->
@ -435,6 +434,5 @@ Embedding =
for item in data.items when item.id is uid
return item.snippet.title
'Not Found'
preview: (uid) ->
"https://img.youtube.com/vi/#{uid}/0.jpg"
preview: (uid) -> "https://img.youtube.com/vi/#{uid}/0.jpg"
]