Make examples work with node.js and the custom interpreter.

This commit is contained in:
Oliver Buchtala 2014-02-26 22:44:37 +01:00
commit 15f12d9b59
27 changed files with 26 additions and 13 deletions

View file

@ -1,5 +1,5 @@
// This file illustrates the manipulation of C++ references in Javascript.
var example = require("./build/Release/example");
var example = require("./example");
// ----- Object creation -----