Merge branch 'master' of github.com:systemed/iD

This commit is contained in:
Ansis Brammanis
2013-03-26 17:47:29 -04:00
2 changed files with 1 additions and 1 deletions
-1
View File
@@ -4,7 +4,6 @@ iD.operations.Disconnect = function(selection, context) {
var operation = function() {
context.perform(action, t('operations.disconnect.annotation'));
context.enter(iD.modes.Browse(context));
};
operation.available = function() {
+1
View File
@@ -12,6 +12,7 @@ iD.ui.RadialMenu = function(operations) {
function click(operation) {
d3.event.stopPropagation();
operation();
radialMenu.close();
}
menu = selection.append('g')