Skip to content

Commit 7039430

Browse files
TATSUNO Yasuhirosjrd
TATSUNO Yasuhiro
authored andcommitted
Fix #280: Allow nodeValue to set value. (#364)
1 parent 5f9cc71 commit 7039430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/org/scalajs/dom/raw/lib.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,7 @@ abstract class Node extends EventTarget {
10681068
*
10691069
* MDN
10701070
*/
1071-
def nodeValue: String = js.native
1071+
var nodeValue: String = js.native
10721072

10731073
/**
10741074
* Returns a Node representing the last direct child node of the node, or null if the

0 commit comments

Comments
 (0)