Juan Cruz Viotti 8c9a0e0ff1 Fix broken device await command
There were two issues that prevented this command from working
correctly:

1- `Promise.delay()` is used, but `Promise` was not imported.
2- The following line had incorrect indentation (spaces instead of
		tabs):

		poll().nodeify(done)

Therefore CoffeeScript interpreted that the line had to be executed at
the end of the `poll()` function, causing `poll()` to never be called.
2015-08-14 14:11:49 -04:00
..
2015-08-14 14:11:49 -04:00
2015-02-26 11:47:56 -04:00
2015-08-13 15:00:51 -04:00
2015-03-10 13:56:55 -04:00
2015-03-02 10:41:08 -04:00