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:
Oliver Buchtala 2012-09-08 00:49:02 +00:00
commit 9a599be8ab
3 changed files with 9 additions and 9 deletions

View file

@ -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}