﻿function customHandler(desc, page, line, chr) {
    kickToAjax(desc, page, line, chr);

    return true;
}

window.onerror = customHandler;
