Skip to content

TG_Mediator coding error, v. 0.1.3 #46

@wbclay

Description

@wbclay

This bug bites only if the user does not specify focus_date. In this case, an uncaught exception is raised due to no "match" method in function object getToday.

At TG_Mediator line 420:

tl.focus_date = $table.attr("focus_date") || TG_Date.getToday;

SHOULD READ

tl.focus_date = $table.attr("focus_date") || TG_Date.getToday();

Thanks for TimeGlider!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions