jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
358 stars 87 forks source link

Error on recent release #53

Closed KrunchMuffin closed 8 years ago

KrunchMuffin commented 8 years ago

TypeError: (intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value)(intermediate value) is not a function

File datepair.js line 322 col 1 in [anonymous]

jonthornton commented 8 years ago

Can you post instructions on how to reproduce the error?

KrunchMuffin commented 8 years ago

No, but usually denotes missing semicolons.

U have missing semicolon on lines 12,89,191,339

I'll fix those and try it out.

jonthornton commented 8 years ago

Thanks for the heads up on missing semicolons!