diff options
author | Mike Morris <michael.patrick.morris@gmail.com> | 2015-09-08 17:14:39 -0400 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-09-09 14:57:15 -0700 |
commit | 627623edbcc0fa8812bfc345b3e338eff229626b (patch) | |
tree | 8695b2eeb8770f9fb760f3bb94609465059b0591 /platform | |
parent | 0531b38367eb23b787276b9b6ef1f6992b4b3bc2 (diff) | |
download | qtlocation-mapboxgl-627623edbcc0fa8812bfc345b3e338eff229626b.tar.gz |
Use nan with https://github.com/nodejs/nan/pull/443 fixed
Diffstat (limited to 'platform')
-rw-r--r-- | platform/node/src/node_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/node/src/node_map.cpp b/platform/node/src/node_map.cpp index 0133babc04..121265f4fc 100644 --- a/platform/node/src/node_map.cpp +++ b/platform/node/src/node_map.cpp @@ -280,7 +280,7 @@ void NodeMap::renderFinished() { v8::Local<v8::Value> argv[] = { Nan::Null(), - pixels, + pixels }; cb->Call(2, argv); } else { |