Bug 1284839 - Reps: Handle spaces between title and rep. r=linclark

This commit is contained in:
Jan Odvarko
2016-08-29 17:07:24 +02:00
parent e7a771a2f3
commit a2aef59386
11 changed files with 20 additions and 20 deletions

View File

@@ -30,7 +30,7 @@ define(function (require, exports, module) {
if (this.props.objectLink) {
return this.props.objectLink({
object: grip
}, "function");
}, "function ");
}
return "";
},