Fix lasso and add it to select

This commit is contained in:
Ansis Brammanis
2013-02-08 17:46:37 -05:00
parent 123c700853
commit ba47d3183d
3 changed files with 7 additions and 3 deletions
+1
View File
@@ -42,6 +42,7 @@ describe("iD.behavior.Select", function() {
context.enter(iD.modes.Select(context, [a.id]));
happen.click(context.surface().node());
happen.mousedown(context.surface().node());
happen.mouseup(context.surface().node());
window.setTimeout(function() {
expect(context.selection()).to.eql([]);
done();