From eb17373795684abeab13a6b2ce379fc8131beceb Mon Sep 17 00:00:00 2001 From: kangax Date: Sun, 12 May 2013 13:09:42 -0400 Subject: [PATCH] Update distribution file --- dist/all.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/all.js b/dist/all.js index 7024f20..a463710 100644 --- a/dist/all.js +++ b/dist/all.js @@ -778,7 +778,7 @@ return (/^(?:b|i|big|small|hr|blink|marquee)$/).test(tag); } function isDeprecatedElement(tag) { - return (/^(?:applet|basefont|center|dir|font|isindex|menu|s|strike|u)$/).test(tag); + return (/^(?:applet|basefont|center|dir|font|isindex|s|strike|u)$/).test(tag); } function isEventAttribute(attrName) { return (/^on[a-z]+/).test(attrName); -- 2.34.1