JS проверить, доступна ли функция в области

if (typeof me.onChange === "function") { 
    // safe to use the function
}
Eager Elephant