Skip to content

Commit

Permalink
clenaups duktape
Browse files Browse the repository at this point in the history
  • Loading branch information
hjanetzek committed Dec 6, 2018
1 parent 2b4bd18 commit 0e012e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/js/DuktapeContext.h
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ struct Context {
return false;
}

auto &function = m_functions[index];
auto& function = m_functions[index];
duk_push_heapptr(_ctx, function.ptr);
int args = 0;
#ifndef BIND_GLOBAL_TO_FUNCTION
Expand Down

0 comments on commit 0e012e4

Please sign in to comment.