From 08fb27286cd9b1f6596acc8147310c5f2d5e0753 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Nov 2015 17:26:30 +0800 Subject: [PATCH] JSDOC/Packer.vala --- JSDOC/Packer.vala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/JSDOC/Packer.vala b/JSDOC/Packer.vala index 867cff7..3976e18 100644 --- a/JSDOC/Packer.vala +++ b/JSDOC/Packer.vala @@ -262,7 +262,7 @@ namespace JSDOC // if we are translating, write the translations strings at the top // of the file.. - + /* if (this.translateJSON) { @@ -306,12 +306,12 @@ namespace JSDOC } } - + */ print("MERGING SOURCE"); for(var i=0; i < this.files.length; i++) { var file = this.files[i]; - var minfile = this.tmpDir + '/' + file.replace(/\//g, '.'); + var minfile = this.tmpDir + '/' + file.replace('/', '.'); if (!File.exists(minfile)) { -- 2.39.2