UnjoinNode action (fixes #442)

This commit is contained in:
John Firebaugh
2013-01-23 10:03:05 -05:00
parent df06148355
commit 29d608970b
6 changed files with 135 additions and 1 deletions
+2
View File
@@ -79,6 +79,7 @@
<script src='../js/id/actions/remove_way_node.js'></script>
<script src='../js/id/actions/reverse_way.js'></script>
<script src='../js/id/actions/split_way.js'></script>
<script src='../js/id/actions/unjoin_node.js'></script>
<script src='../js/id/actions/update_relation_member.js'></script>
<script src='../js/id/behavior.js'></script>
@@ -140,6 +141,7 @@
<script src="spec/actions/remove_relation_member.js"></script>
<script src="spec/actions/reverse_way.js"></script>
<script src="spec/actions/split_way.js"></script>
<script src='spec/actions/unjoin_node.js'></script>
<script src="spec/actions/update_relation_member.js"></script>
<script src="spec/behavior/hover.js"></script>