Skip to content

Commit b1f311b

Browse files
save file
1 parent 4d66cc4 commit b1f311b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code-dev/26-02-10/jquery-as-a-one-liner/jquery-as-a-one-liner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ <h3>test4</h3>
236236
node
237237
)};
238238
$.new=function(v,$2){return ($2=eval(`(${this.toString()})`),$2._this=v||document.documentElement,$2.new=eval(`(${this.new.toString()})`),$2.bind=eval(`(${this.new.toString()})`),$2.create=new Proxy({},{get:_get}),$2)};
239-
$.bind=function(v){$this._this=v;return v};
239+
$.bind=function(v){$._this=v;return v};
240240

241241

242242

0 commit comments

Comments
 (0)