Fix order of registration in v8 generator.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13749 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
886f17c343
commit
9a599be8ab
3 changed files with 9 additions and 9 deletions
|
|
@ -17,8 +17,8 @@ void ${MODULE}_Initialize(v8::Handle<v8::Context> context)
|
|||
/* setup inheritances */
|
||||
${PART_INHERITANCE}
|
||||
|
||||
/* some registration TODO: what specifically?*/
|
||||
${PART_REGISTER}
|
||||
/* register classes */
|
||||
${PART_REGISTER_CLASSES}
|
||||
|
||||
/* create and register namespace objects */
|
||||
${PART_REGISTER_NS}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue