MoviesSPA icon indicating copy to clipboard operation
MoviesSPA copied to clipboard

Typo in object property name

Open Mimisss opened this issue 8 years ago • 0 comments

The first line of https://github.com/MikeWasson/MoviesSPA/blob/master/MovieSPA.Knockout/Scripts/app.service.js reads: window.app = window.todoApp || {};

todoApp is probably a typo and it would be cleaner if it was changed to App or moviesApp.

Mimisss avatar Jun 12 '16 13:06 Mimisss