* Cleaning up some jsLiniting problems
* fix jshint issue with variablle declaration
This shouldn't be an issue because of hoisting but, jshint is finicky.
* this fixes some issues where the table
was rendering with incorrect data
prior to it being updated....
it also has the FullCollection fetched when necessary..
this will make the movie Index be accurate even after deleting files
or when returning from the movieEditor..
The footer has been improved and since
FullMovieCollection is now kept up to date the footer changes
as the user performs operations and it shows all the time with proper info
even after deletions or changes made in the movieEditor.
Prior to this it was necessary to totally refresh the page..
switching between movie editor and movie index would give unpredicatable results.
these issues have been fixed
* this is a much better solution...
still testing, but likel ready to be merged
* removing comments
* fix the movieEditor -- client side paging in movieEditor
* major code cleanup, and a slightly better implementation
no need to use FullMovieCollection..
just use moviesCollection.fullCollection when in client mode
* display a message when saving is done
perhaps eventually we can have a spinning status indicator on the
save button.. but that is not necessary right away
* some minor adjustments
* remove parseInt for tmdbId
* fix bugs
* remove some alerts
* accidentally changes this on last commit
* use the same FullMovieList everywhere
* add back alert when save is done