Brototype - Bro, do you even javascript?

added by bpwndaddy
7/3/2015 3:57:59 PM

694 Views

You've got a deeply-nested set of objects that may or may not always be there. We've all seen something like this: var myURL = app.config.environment.buildURL('dev'); which leads to one of our favorite javascript errors... error: undefined is not a function


0 comments