Skip to content

Commit

Permalink
disable broken example
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Sep 22, 2015
1 parent b7ae201 commit 00bb8d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/salt.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*
var cv = require('../lib/opencv');
cv.readImage("./files/mona.png", function(err, im) {
Expand All @@ -18,3 +19,4 @@ function salt(img, n) {
img.set(y, x, 255);
}
}
*/

0 comments on commit 00bb8d9

Please sign in to comment.