diff nodes.js @ 43:023f767662d3

Fix compatibility with strict mode of node 0.4 and some files without licence header.
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Tue, 01 Mar 2011 11:58:15 +0100
parents 6697f394301f
children 99bd1d1ac071
line wrap: on
line diff
--- a/nodes.js
+++ b/nodes.js
@@ -17,6 +17,8 @@
  *  along with PSĜS.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+'use strict';
+
 require('./iso8601');
 var errors = require('./errors');
 var config = require('./configuration');