vtex/vtex.js

Function proxy is throwing an error

klzns opened this issue · 1 comments

This line:

getLogoutURL: @::getChangeToAnonymousUserURL()

https://github.com/vtex/vtex.js/blob/master/src/checkout.coffee#L341

This is making getChangeToAnonymousUserURL to be evaluated as soon as it's parsed.

screenshot from 2014-05-28 15 04 28

Extra parens I guess