Skip to content

Commit

Permalink
Upstream http://cl/387624221
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Apr 27, 2022
1 parent d0d39b8 commit 067dd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mixins/property-effects.js
Expand Up @@ -1148,7 +1148,7 @@ function parseArg(rawArg) {
// repair extra escape sequences; note only commas strictly need
// escaping, but we allow any other char to be escaped since its
// likely users will do this
.replace(/\\(.)/g, '\$1')
.replace(/\\(.)/g, '$1')
;
// basic argument descriptor
let a = {
Expand Down

0 comments on commit 067dd30

Please sign in to comment.