From 6318ae6ab90d4b450dfadf32ab95fe52ed6331cb Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Thu, 15 Aug 2013 14:15:49 -0400 Subject: AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. --- src/manipulation/var/rcheckableType.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/manipulation/var/rcheckableType.js (limited to 'src/manipulation/var') diff --git a/src/manipulation/var/rcheckableType.js b/src/manipulation/var/rcheckableType.js new file mode 100644 index 000000000..29049b3ae --- /dev/null +++ b/src/manipulation/var/rcheckableType.js @@ -0,0 +1,3 @@ +define(function() { + return /^(?:checkbox|radio)$/i; +}); \ No newline at end of file -- cgit v1.2.3