From: Michael Wallner Date: Fri, 8 Nov 2013 20:22:50 +0000 (+0100) Subject: _is_ callable in H1 X-Git-Url: https://git.m6w6.name/?a=commitdiff_plain;h=4199b3fd65d963057c82c1541df6e2f786e6bd9d;p=mdref%2Fmdref _is_ callable in H1 --- diff --git a/index.js b/index.js index feaf66e..41d9e85 100644 --- a/index.js +++ b/index.js @@ -57,6 +57,10 @@ function type(s, nn) { return ""; // keywords + case "is": + if (nn !== "H1") { + return; + } case "extends": case "implements": if (nn === "H1") {