Non breaking space Issue #81

This commit is contained in:
Peter Cottle 2013-03-23 21:46:36 -07:00
parent b1d0b896bc
commit 2957cdf966
5 changed files with 12 additions and 6 deletions

View file

@ -274,9 +274,11 @@ var SeriesView = BaseView.extend({
}, this);
this.destination = options.destination;
// use a non-breaking space to prevent the level from bouncing around
// from missing strings
this.JSON = {
displayName: intl.getIntlKey(this.info, 'displayName'),
about: intl.getIntlKey(this.info, 'about'),
about: intl.getIntlKey(this.info, 'about') || " ",
ids: this.levelIDs
};