Clean up colorbox.coffee

This commit is contained in:
Zeusking19 2015-12-13 20:21:30 +00:00
parent 5f96ac4e26
commit effcdbc5cb

View file

@ -17,10 +17,6 @@
# Based on http://stackoverflow.com/questions/14641791/how-to-use-colorbox-with-angular-js
angular.module('ponyfm').directive 'colorbox', ->
{
restrict: 'AC'
link: (scope, element, attrs) ->
$(element).colorbox({maxWidth:'90%', maxHeight:'90%'})
return
}