Mercurial > psgxs
comparison 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 |
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 require('./iso8601'); | 22 require('./iso8601'); |
21 var errors = require('./errors'); | 23 var errors = require('./errors'); |
22 var config = require('./configuration'); | 24 var config = require('./configuration'); |
23 var service_configuration = config.service_configuration; | 25 var service_configuration = config.service_configuration; |