Skip to content

Commit f890edd

Browse files
committed
adding fix for pull request eyeos#10
1 parent 15233ed commit f890edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ function start () {
162162
wdi.Debug.log('Detected time lapse of ', params, 'seconds');
163163
} else if (action == 'error') {
164164
// alert('error');
165-
} else if ("checkResults") {
165+
} else if (action == "checkResults") {
166166
var cnv = $('#canvas_0')[0];
167167
var ctx = cnv.getContext('2d');
168168
var currentImgData = ctx.getImageData(0, 0, cnv.width, cnv.height);

0 commit comments

Comments
 (0)