Remove space between key and colon when pretty printing objects

[#4005255]
This commit is contained in:
Greg Cobb and Luan Santos
2014-03-12 11:47:47 -07:00
parent c9e37a2a1c
commit 21de44a204
3 changed files with 14 additions and 14 deletions

View File

@@ -111,7 +111,7 @@ getJasmineRequireObj().pp = function(j$) {
}
self.append(property);
self.append(' : ');
self.append(': ');
if (isGetter) {
self.append('<getter>');
} else {