mirror of
https://github.com/peterbraden/node-opencv.git
synced 2025-12-08 19:45:55 +00:00
Typo correction
This commit is contained in:
parent
7ec393ac09
commit
c3b123c936
@ -1604,8 +1604,7 @@ Matrix::MinMaxLoc(const v8::Arguments& args) {
|
||||
result->Set(String::NewSymbol("minVal"), v_minVal);
|
||||
result->Set(String::NewSymbol("maxVal"), v_maxVal);
|
||||
result->Set(String::NewSymbol("minLoc"), o_minLoc);
|
||||
result->Set(String::NewSymbol("maxLoc"), o_maxLoc);=
|
||||
result->Set(String::NewSymbol("maxLoc"), o_maxLoc);
|
||||
|
||||
|
||||
return scope.Close(result);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user