From 02c726f71caf00a74968896b241ad206b1e1fc41 Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sun, 11 Nov 2012 22:49:17 -0500 Subject: [PATCH] Fix #12777. Add applet to non-cacheable fragment types. I don't want to add a unit test that creates a dependency on an applet. --- src/manipulation.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manipulation.js b/src/manipulation.js index 55fe52457..b6dd6f086 100644 --- a/src/manipulation.js +++ b/src/manipulation.js @@ -21,7 +21,7 @@ var nodeNames = "abbr|article|aside|audio|bdi|canvas|data|datalist|details|figca rtbody = /]", "i"), rcheckableType = /^(?:checkbox|radio)$/, // checked="checked" or checked -- 2.39.5