From a5755325615d08fbe1a8f69fc7ad0f08e8c8e866 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 22 Sep 2015 17:26:44 +0800 Subject: [PATCH] JSDOC/Token.vala --- JSDOC/Token.vala | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index 9d50744..0bf409f 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -73,7 +73,7 @@ namespace JSDOC this.name, this.data, this.outData == null ? "" : this.outData - ) + ); } @@ -84,7 +84,7 @@ namespace JSDOC var ret = this.data ; - forach(var ai in this.items ) { + foreach(var ai in this.items ) { string str = ""; foreach( var it in ai) { @@ -108,7 +108,7 @@ namespace JSDOC return this.prefix + ret; - }, + } /* toJS : function() { @@ -126,5 +126,6 @@ namespace JSDOC public bool is(string what) { return this.name == what || this.type == what; } -}); + } +} \ No newline at end of file -- 2.39.2