Lint errors

This commit is contained in:
yflory
2017-07-11 17:40:13 +02:00
parent d09f5b70c7
commit fb21a650ce
2 changed files with 2 additions and 2 deletions

View File

@@ -610,7 +610,7 @@ define([
var $hoverable = $('<span>', {'class': 'hoverable'}).appendTo($titleContainer);
// Buttons
var $text = $('<span>', {
$('<span>', {
'class': 'title pageTitle'
}).appendTo($hoverable).text(config.pageTitle);
};