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 b856ffd commit 83f435fCopy full SHA for 83f435f
common.js
@@ -35,7 +35,7 @@ Object.prototype.q$ = function(selectorStr) {
35
36
return result;
37
}
38
-Object.prototype.qa = function(selectorStr) {
+Object.prototype.q$$ = function(selectorStr) {
39
function handleNonArrayObject(obj)
40
{
41
return obj.querySelectorAll(selectorStr);
0 commit comments