diff configuration.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 07ca0263a53f
children 8b20f2efb939
line wrap: on
line diff
--- a/configuration.js
+++ b/configuration.js
@@ -17,6 +17,8 @@
  *  along with PSĜS.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+'use strict';
+
 var config = exports;
 
 config.jid = 'pubsub.example.org';