Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TG_Mediator coding error, v. 0.1.3 #46

Open
wbclay opened this issue May 5, 2012 · 1 comment
Open

TG_Mediator coding error, v. 0.1.3 #46

wbclay opened this issue May 5, 2012 · 1 comment

Comments

@wbclay
Copy link

wbclay commented May 5, 2012

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!

@timeglider
Copy link
Owner

Thanks! This is really helpful. Fixed in the
dev version and will have it in the next .min version

On Sat, May 5, 2012 at 1:59 PM, wbclay <
[email protected]

wrote:

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!


Reply to this email directly or view it on GitHub:
#46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants