diff forms.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 5fc4ee90c1bc
children 99bd1d1ac071
line wrap: on
line diff
--- a/forms.js
+++ b/forms.js
@@ -17,6 +17,8 @@
  *  along with PSĜS.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+'use strict';
+
 var xmpp = require('xmpp')
 var service_configuration = require('./configuration').service_configuration;