Perhaps - if the files were not included, the variable would $really not be the object where it was expected. "Expected Objects" usually means that you have a variable null/ undefined, and then try to call methods on it.
I would try to find out if this has a case with simple alert($);and see if the result is undefined(bad) or something else (maybe good).
source
share