Reviewed by Adam Barth.
remove extra space from expansion lines
https://bugs.webkit.org/show_bug.cgi?id=54266
* code-review.js:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@78311
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2011-02-10 Ojan Vafai <ojan@chromium.org>
+
+ Reviewed by Adam Barth.
+
+ remove extra space from expansion lines
+ https://bugs.webkit.org/show_bug.cgi?id=54266
+
+ * code-review.js:
+
2011-02-09 Ojan Vafai <ojan@chromium.org>
Reviewed by Adam Barth.
}
</style>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
-<script src="code-review.js?version=34"></script>
+<script src="code-review.js?version=35"></script>
EOF
def self.revisionOrDescription(string)
var line = $('<div class="' + className + '" ' + (opt_attributes || '') + '>' +
'<span class="from ' + lineNumberClassName + '">' + (from || ' ') +
'</span><span class="to ' + lineNumberClassName + '">' + (to || ' ') +
- '</span> <span class="text"></span>' +
+ '</span><span class="text"></span>' +
'</div>');
$('.text', line).replaceWith(contents);