MDL-39949 dock: fixed whitespace

This commit is contained in:
Sam Hemelryk 2013-06-17 10:24:39 +12:00
parent 7d1d4137ca
commit a4f264031a

View File

@ -844,7 +844,7 @@ M.core_dock.genericblock.prototype = {
} else {
moveto.setAttribute('title', Y.Escape.html(M.util.get_string('addtodock', 'block')));
}
var icon = 't/block_to_dock';
if (right_to_left()) {
icon = 't/block_to_dock_rtl';