JS Verifique se a função está disponível no escopo

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