Jeff Thompson | 83003a5 | 2012-12-09 12:28:00 -0800 | [diff] [blame] | 1 | /* 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. |
| 9 | var navigator = { |
| 10 | appName: "Netscape" |
| 11 | }; |
| 12 | |