From 0e8f64c3f0bbe92daa50b0eacf8390d98a887061 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sun, 16 Sep 2012 20:42:40 -0700 Subject: [PATCH] add note that this is not a polyfill --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 7722f52..78d73ef 100644 --- a/Readme.md +++ b/Readme.md @@ -1,7 +1,7 @@ # classes - Cross-browser element class manipulation, utilizing the native `.classList` when possible. + Cross-browser element class manipulation, utilizing the native `.classList` when possible. This is not designed to be a `.classList` polyfill. ## Installation