When trying to defer the script load of quo.gestures we discovered this bug. If the document is already ready, the function will be executed immediately setting undefined callbacks for gesture events.
The tests are failing for reasons unrelated (it is something about AJAX).
Greetings from Ironhack!
When trying to defer the script load of
quo.gestures
we discovered this bug. If the document is already ready, the function will be executed immediately settingundefined
callbacks for gesture events.The tests are failing for reasons unrelated (it is something about AJAX).