vtex / vtex.js

VTEX SDK for JavaScript
MIT License
120 stars 52 forks source link

Function proxy is throwing an error #2

Closed klzns closed 10 years ago

klzns commented 10 years ago

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

gberger commented 10 years ago

Extra parens I guess