diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-06-13 10:02:13 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-06-13 10:02:13 -0400 |
commit | 641ad802111d2dc16ccf4b3721784a6addaf20df (patch) | |
tree | b13af4b7a6a09388dc886f2f035e097ad6aed405 /test/data/dashboard.xml | |
parent | 39a2f29c29fdb296bb178b3c55d805ea0dc2f0ce (diff) | |
download | jquery-641ad802111d2dc16ccf4b3721784a6addaf20df.tar.gz jquery-641ad802111d2dc16ccf4b3721784a6addaf20df.zip |
Attribute hooks do not need to be attached in XML docs. Fixes #9568.
Diffstat (limited to 'test/data/dashboard.xml')
-rw-r--r-- | test/data/dashboard.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/data/dashboard.xml b/test/data/dashboard.xml index 10f6b3347..5a6f56142 100644 --- a/test/data/dashboard.xml +++ b/test/data/dashboard.xml @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <dashboard> <locations class="foo"> - <location for="bar"> + <location for="bar" checked="different"> <infowindowtab> <tab title="Location"><![CDATA[blabla]]></tab> <tab title="Users"><![CDATA[blublu]]></tab> |