mirror of
https://github.com/msikma/pokesprite.git
synced 2026-09-06 17:44:33 -05:00
Fix a bug that caused the Closure-compiled JS code to break
This commit is contained in:
@@ -367,8 +367,8 @@ window["PkSpr"] = (function()
|
||||
node_attrs[var_key] = var_val;
|
||||
}
|
||||
else {
|
||||
node_attrs[var_mapping.k] = var_key;
|
||||
node_attrs[var_mapping.v] = var_val;
|
||||
node_attrs[var_mapping['k']] = var_key;
|
||||
node_attrs[var_mapping['v']] = var_val;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user