coding style

This commit is contained in:
James Campos 2011-06-20 12:35:16 -07:00
parent 1d47d195fa
commit ee3123c08b
2 changed files with 4 additions and 4 deletions

View File

@ -1858,9 +1858,9 @@
continue;
}
link = $.el('a', {
href: '#' + id,
href: "#" + id,
className: 'backlink',
textContent: '>>' + id
textContent: ">>" + id
});
if ($.config('Quote Preview')) {
$.bind(link, 'mouseover', quotePreview.mouseover);

View File

@ -1457,9 +1457,9 @@ quoteBacklink =
#don't backlink the op
continue if opbl and el.className is 'op'
link = $.el 'a',
href: '#'+id
href: "##{id}"
className: 'backlink'
textContent: '>>'+id
textContent: ">>#{id}"
if $.config 'Quote Preview'
$.bind link, 'mouseover', quotePreview.mouseover
$.bind link, 'mousemove', ui.hover