File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
src/main/scala/org/scalajs/dom/raw Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -782,15 +782,6 @@ abstract class Element
782
782
*/
783
783
def getAttribute (name : String ): String = js.native
784
784
785
- /**
786
- * getAttribute() returns the value of the named attribute on the specified element.
787
- * If the named attribute does not exist, the value returned will either be null or ""
788
- * (the empty string); see Notes for details.
789
- *
790
- * MDN
791
- */
792
- def getAttribute (): String = js.native
793
-
794
785
/**
795
786
* Returns a list of elements with the given tag name belonging to the given namespace.
796
787
*
@@ -857,13 +848,6 @@ abstract class Element
857
848
*/
858
849
def removeAttribute (name : String ): Unit = js.native
859
850
860
- /**
861
- * removeAttribute removes an attribute from the specified element.
862
- *
863
- * MDN
864
- */
865
- def removeAttribute (): Unit = js.native
866
-
867
851
/**
868
852
* setAttributeNS adds a new attribute or changes the value of an attribute with the
869
853
* given namespace and name.
You can’t perform that action at this time.
0 commit comments