StephenGrider / ReactCasts

App by app code for Build Web Apps with React JS
586 stars 244 forks source link

Update 'fetch' variable reference #5

Closed TheOccho closed 8 years ago

TheOccho commented 8 years ago

Updated method name to reflect the variable we created at the top of this class. Should be capitalized or else it will use the browser's version of 'fetch' off the window object and not the polyfill that we intend to use by requiring it.