Closed prather-mcs closed 9 years ago
And, if you want to fix an even smaller problem, change the spelling on line 115, from "occuring" to "occurring"
There's the same problem over in:
https://github.com/udacity/frontend-nanodegree-feedreader/blob/master/jasmine/spec/feedreader.js
(erroneous parens invoking the function you pass to $
)
I'm closing this PR in order to create a new PR that actually uses git branches, instead of pushing to master like this PR is doing.
I removed parentheses on 131, which were immediately invoking the anonymous function, which was contradicting the stated intention to use
$
to invoke the code only after theready
event.