X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=index.js;h=5f384ca09d2d24129d0dab53bbd93eeb76cbf57e;hb=068cc669809ce51220d433e26928db3dc390d13a;hp=a6c39342de32691896e6890b274c8735219e57b9;hpb=8298a90533668b631470e3833d1c5ef48d1b9c3e;p=mdref%2Fmdref diff --git a/index.js b/index.js index a6c3934..5f384ca 100644 --- a/index.js +++ b/index.js @@ -83,11 +83,11 @@ function type(s, nn) { t = s.substring(i+2); if (!is_constant(t) && !is_variable(t)) { // methods - return ""; + return ""; } } if (-1 !== (j = s.indexOf("\\")) && s.substr(j+1,1) !== "n") { - return ""; + return ""; } switch (s.toLowerCase()) {