Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
peterbraden committed Jan 24, 2012
1 parent 94d4835 commit cbd8a1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/opencv.js
Expand Up @@ -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){
Expand Down

0 comments on commit cbd8a1c

Please sign in to comment.