We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bda2358 commit 2d7706aCopy full SHA for 2d7706a
tests/unit/buttonMarkup/buttonMarkup_core.js
@@ -15,4 +15,4 @@
15
same( group.find("a > span.ui-corner-right").length, 1, "only 1 right cornered button");
16
same( group.find("a > span:not(.ui-corner-left):not(.ui-corner-right)").length, linkCount - 2, "only 2 buttons are cornered");
17
});
18
-})(jQuery);
+})(jQuery);
0 commit comments