From cbd8a1cdb173f2dce829193949009de6b5a15479 Mon Sep 17 00:00:00 2001 From: Peter Braden Date: Mon, 23 Jan 2012 23:49:12 -0800 Subject: [PATCH] WIP --- lib/opencv.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/opencv.js b/lib/opencv.js index 99c951e..3dbf4f5 100644 --- a/lib/opencv.js +++ b/lib/opencv.js @@ -11,7 +11,7 @@ module.exports = opencv; The matrix is one of opencv's most core datatypes. */ -matrix = opencv.Matrix.prototype; +var matrix = opencv.Matrix.prototype; matrix.__proto__ = EventEmitter.prototype; matrix.faceDetect = function(classifier, opts, cb){