diff options
Diffstat (limited to 'src/attributes/support.js')
-rw-r--r-- | src/attributes/support.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/attributes/support.js b/src/attributes/support.js index 3f85d8aaa..665e836f6 100644 --- a/src/attributes/support.js +++ b/src/attributes/support.js @@ -19,7 +19,8 @@ define([ a.style.cssText = "top:1px"; - // Test setAttribute on camelCase class. If it works, we need attrFixes when doing get/setAttribute (ie6/7) + // Test setAttribute on camelCase class. + // If it works, we need attrFixes when doing get/setAttribute (ie6/7) support.getSetAttribute = div.className !== "t"; // Get the style information from getAttribute |