This commit is contained in:
Peter Braden 2012-01-23 23:49:12 -08:00
parent 94d4835134
commit cbd8a1cdb1

View File

@ -11,7 +11,7 @@ module.exports = opencv;
The matrix is one of opencv's most core datatypes. The matrix is one of opencv's most core datatypes.
*/ */
matrix = opencv.Matrix.prototype; var matrix = opencv.Matrix.prototype;
matrix.__proto__ = EventEmitter.prototype; matrix.__proto__ = EventEmitter.prototype;
matrix.faceDetect = function(classifier, opts, cb){ matrix.faceDetect = function(classifier, opts, cb){