Skip to content

Commit 71f1626

Browse files
authored
Merge pull request #303 from talmrobinson/patch-2
Update 12_Drop.js
2 parents c0d8338 + 45e2e18 commit 71f1626

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/data/examples/en/16_Dom/12_Drop.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ function gotFile(file) {
3131
// Draw the image onto the canvas
3232
image(img, 0, 0, width, height);
3333
} else {
34-
println('Not an image file!');
34+
console.log('Not an image file!');
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)