Explorar o código

fix removing attributes in web bindings

Evan Almloff %!s(int64=2) %!d(string=hai) anos
pai
achega
c881f9bf82
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      packages/interpreter/src/sledgehammer_bindings.rs

+ 1 - 1
packages/interpreter/src/sledgehammer_bindings.rs

@@ -217,7 +217,7 @@ mod js {
     }
     fn remove_attribute(id: u32, field: &str<u8, attr>, ns: &str<u8, ns_cache>) {
         r#"{name = $field$;
-        node = this.nodes[$id$];
+        node = nodes[$id$];
         if (ns == "style") {
             node.style.removeProperty(name);
         } else if (ns !== null && ns !== undefined && ns !== "") {