Skip to content

Commit 83f435f

Browse files
committed
改名qa为q$$
1 parent b856ffd commit 83f435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Object.prototype.q$ = function(selectorStr) {
3535

3636
return result;
3737
}
38-
Object.prototype.qa = function(selectorStr) {
38+
Object.prototype.q$$ = function(selectorStr) {
3939
function handleNonArrayObject(obj)
4040
{
4141
return obj.querySelectorAll(selectorStr);

0 commit comments

Comments
 (0)