remove trailing newline

This commit is contained in:
Manuel Friedli 2014-06-28 16:47:44 +02:00
parent 59c5b8d358
commit f04d5a9aef

1
uhr.js
View file

@ -458,4 +458,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
return '<span class="' + this.getStyle() + '">' + this.getValue() + '</span>';
};
})(jQuery);