Skip to content

Commit

Permalink
0.0.34
Browse files Browse the repository at this point in the history
  • Loading branch information
bahrus committed Oct 13, 2024
1 parent 225ce33 commit 4880edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emc.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,5 @@ export function register(handlerName, handler){
* @param {CSSQuery} q
*/
export function w(q){
return bw(q, emc.ws);
return bw(q, emc.ws, w);
}

0 comments on commit 4880edb

Please sign in to comment.