grunt-contrib-coffee update. God damn this is taking too long to compile now.

This commit is contained in:
Nicolas Stepien 2013-02-25 17:40:27 +01:00
parent 9212723113
commit 18bfdce822
2 changed files with 8 additions and 8 deletions

View File

@ -3100,7 +3100,7 @@ ImageHover =
return unless @file?.isImage return unless @file?.isImage
$.on @file.thumb, 'mouseover', ImageHover.mouseover $.on @file.thumb, 'mouseover', ImageHover.mouseover
mouseover: (e) -> mouseover: (e) ->
el = $.el 'img' el = $.el 'img',
id: 'ihover' id: 'ihover'
src: @parentNode.href src: @parentNode.href
$.add d.body, el $.add d.body, el