Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix minor merge mistake
  • Loading branch information
Alexander Milchev committed May 18, 2016
commit 3f4042edadd105e0ce9a687eafbb3bb066f641ff
3 changes: 0 additions & 3 deletions src/Matrix.cc
Original file line number Diff line number Diff line change
Expand Up @@ -111,11 +111,8 @@ void Matrix::Init(Local<Object> target) {
Nan::SetPrototypeMethod(ctor, "shift", Shift);
Nan::SetPrototypeMethod(ctor, "reshape", Reshape);
Nan::SetPrototypeMethod(ctor, "release", Release);
<<<<<<< HEAD
Nan::SetPrototypeMethod(ctor, "inpaint", Inpaint);
=======
Nan::SetPrototypeMethod(ctor, "subtract", Subtract);
>>>>>>> df9959ae7dbfa57fb39147dcb745e67775154b11

target->Set(Nan::New("Matrix").ToLocalChecked(), ctor->GetFunction());
};
Expand Down