Upgrade CoffeeScript to 1.5.0.

This commit is contained in:
Nicolas Stepien 2013-02-25 15:41:24 +01:00
parent 95a74a55aa
commit 3900f97df6
2 changed files with 10 additions and 10 deletions

View File

@ -1911,7 +1911,7 @@ QR =
if g.BOARD is 'f' if g.BOARD is 'f'
$('select[name=filetag]').cloneNode true $('select[name=filetag]').cloneNode true
else else
$.el 'select' $.el 'select',
innerHTML: threads innerHTML: threads
title: 'Create a new thread / Reply to a thread' title: 'Create a new thread / Reply to a thread'
$.prepend $('.move > span', QR.el), QR.threadSelector $.prepend $('.move > span', QR.el), QR.threadSelector
@ -2165,7 +2165,7 @@ Options =
Options.dialog() Options.dialog()
dialog: -> dialog: ->
dialog = $.el 'div' dialog = $.el 'div',
id: 'options' id: 'options'
className: 'reply dialog' className: 'reply dialog'
innerHTML: '<div id=optionsbar> innerHTML: '<div id=optionsbar>
@ -4181,7 +4181,7 @@ ImageHover =
# Don't stop other elements from dragging # Don't stop other elements from dragging
return if UI.el return if UI.el
el = UI.el = $.el 'img' el = UI.el = $.el 'img',
id: 'ihover' id: 'ihover'
src: @parentNode.href src: @parentNode.href
$.add d.body, el $.add d.body, el