match upstream tab style

This commit is contained in:
Wade Simmons 2012-08-01 23:22:04 -07:00
parent ce126ba9c8
commit 97ffde101f

View File

@ -84,7 +84,7 @@ Matrix::New(const Arguments &args) {
int w = args[3]->IntegerValue();
int h = args[4]->IntegerValue();
mat = new Matrix(other->mat, cv::Rect(x, y, w, h));
}
}
mat->Wrap(args.Holder());
return scope.Close(args.Holder());