blob: 011d875e46738085111930f377f782a569b30b04 [file] [log] [blame]
Jeff Thompson83003a52012-12-09 12:28:00 -08001/* This file is created by running make-node-ndn-js.js.sh in this directory.
2 * It concatenates node-ndn-js-header.txt ../build/ndn-js.js and node-ndn-js-footer.txt to make node-ndn-js.js .
3 * ../build/ndn-js.js must already be built.
4 * author: Jeff Thompson
5 * See COPYING for copyright and distribution information.
6 */
7
8// jsbn.js needs the navigator object which isn't defined in Node, so make a local hack.
9var navigator = {
10 appName: "Netscape"
11};
12