Getting a reference error in chrome, Line 355: ``` if (!JDROPVIEW) { ``` Should be: ``` if (!window.JDROPVIEW) { ```