added js version string (issue 450)

v1.4.x
Adam Shaw 2010-10-12 21:23:59 -07:00
parent fc18816aee
commit 17a84968a6
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
var fc = $.fullCalendar = {};
var fc = $.fullCalendar = { version: "@VERSION" };
var fcViews = fc.views = {};