Jshint fixes

This commit is contained in:
Tom MacWright
2013-02-12 16:37:13 -05:00
parent 915edc4569
commit b720a23897
2 changed files with 2 additions and 2 deletions

View File

@@ -64,5 +64,5 @@ iD.ui.Modes = function(context) {
d3.select(document)
.call(keybinding);
}
};
};

View File

@@ -43,5 +43,5 @@ iD.ui.UndoRedo = function(context) {
.attr('data-original-title', iD.ui.tooltipHtml(redo || t('nothing_to_redo'), iD.ui.cmd('⌘⇧Z')))
.call(refreshTooltip);
});
}
};
};