blob: 593fd55db33ba30b9e1469256fc5f2adb6f3d907 [file] [log] [blame]
Jeff Thompsonec4036b2012-11-24 23:17:55 -08001/* This file is created by running make-ndn-js.js.sh in this directory.
2 * It concatenates ndn-js-header.txt plus all the ndn-js source files plus
3 * ndn-js-footer.txt to make ndn-js.js .
4 * author: Jeff Thompson
5 * See COPYING for copyright and distribution information.
6 */
7
8// LOG is used by some of the NDN code.
9var LOG = 0;
10
11// jsbn.js needs the navigator object which isn't defined in Node, so make a local hack.
12var navigator = {
13 appName: "Netscape"
14};
15