1
Fork 0

Remove trailing whitespace on blank line

This style inconsistency was noted at 61583070 (L371)
This commit is contained in:
Rory O’Kane 2015-05-07 04:17:10 -04:00
parent 92565b3dfb
commit 61bb091f06

View file

@ -816,7 +816,7 @@
return "\u2212"; // "\u2212" is '' minus sign
}
}
$("#toggle-all-docs").on("click", function() {
var toggle = $("#toggle-all-docs");
if (toggle.hasClass("will-expand")) {