Comparing version
@@ -28,3 +28,3 @@ /******************************************************************************* | ||
setAttribute(attribute: XMLAttribute): void; | ||
removeAtribute(name: string): void; | ||
removeAttribute(name: string): void; | ||
setAttributes(array: Array<XMLAttribute>): void; | ||
@@ -31,0 +31,0 @@ getAttributes(): Array<XMLAttribute>; |
@@ -45,3 +45,3 @@ "use strict"; | ||
} | ||
removeAtribute(name) { | ||
removeAttribute(name) { | ||
this.attributes.delete(name); | ||
@@ -48,0 +48,0 @@ } |
{ | ||
"name": "typesxml", | ||
"productName": "TypesXML", | ||
"version": "1.6.1", | ||
"version": "1.6.2", | ||
"description": "Open source XML library written in TypeScript", | ||
@@ -6,0 +6,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
283685
0