Fix reversed alignment adjustment (fixes #999)

This commit is contained in:
John Firebaugh
2013-03-12 16:39:44 -07:00
parent 93f8ddaac9
commit c0e1245623
+2 -2
View File
@@ -187,9 +187,9 @@ iD.ui.Background = function(context) {
.attr('class', 'adjustments pad1');
var directions = [
['left', [-1, 0]],
['left', [1, 0]],
['top', [0, -1]],
['right', [1, 0]],
['right', [-1, 0]],
['bottom', [0, 1]]];
adjustments.append('a')