comparison 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
comparison
equal deleted inserted replaced
42:07ca0263a53f 43:023f767662d3
14 * GNU Affero General Public License for more details. 14 * GNU Affero General Public License for more details.
15 * 15 *
16 * You should have received a copy of the GNU Affero General Public License 16 * You should have received a copy of the GNU Affero General Public License
17 * along with PSĜS. If not, see <http://www.gnu.org/licenses/>. 17 * along with PSĜS. If not, see <http://www.gnu.org/licenses/>.
18 */ 18 */
19
20 'use strict';
19 21
20 var xmpp = require('xmpp') 22 var xmpp = require('xmpp')
21 var service_configuration = require('./configuration').service_configuration; 23 var service_configuration = require('./configuration').service_configuration;
22 24
23 var parseBoolean = function(b) { 25 var parseBoolean = function(b) {