Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit7205600

Browse files
authored
me(document) is allowed. Version bump to 1.3.2
1 parent9391c0c commit7205600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎surreal.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Welcome to Surreal 1.3.1
1+
// Welcome to Surreal 1.3.2
22
// Documentation: https://github.com/gnat/surreal
33
// Locality of Behavior (LoB): https://htmx.org/essays/locality-of-behaviour/
44
letsurreal=(function(){
@@ -217,7 +217,7 @@ let $ = { // Convenience for internals.
217217
},
218218
// ⚙️ Used internally. Is this an element / node?
219219
isNode(e){
220-
return(einstanceofHTMLElement||einstanceofSVGElement) ?true :false
220+
return(einstanceofHTMLElement||einstanceofSVGElement||einstanceofDocument) ?true :false
221221
},
222222
// ⚙️ Used internally by DOM functions. Is this a list of elements / nodes?
223223
isNodeList(e){

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp