fix merge errors and reach full jshint compliance
This commit is contained in:
@@ -726,7 +726,6 @@ define([
|
||||
var renameCb = function (err, title) {
|
||||
if (err) { return; }
|
||||
document.title = title;
|
||||
module.tabNotification && module.tabNotification.update(title);
|
||||
var proxy = module.rt.proxy;
|
||||
if (proxy.metadata) {
|
||||
proxy.metadata.title = title;
|
||||
|
||||
Reference in New Issue
Block a user