| Issue 1816: | Typo backgroudColor | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello
This is a follow-up to bug report 1150.
In fullcalendar 1.6.1, the typo is still there in line 1191 of the unminified js file:
--- fullcalendar.js 2013-04-14 22:09:06.000000000 -0400
+++ fullcalendar.js 2013-05-02 00:29:25.300000004 -0400
@@ -1088,7 +1088,7 @@
e.className = event.className;
e.editable = event.editable;
e.color = event.color;
- e.backgroudColor = event.backgroudColor;
+ e.backgroundColor = event.backgroundColor;
e.borderColor = event.borderColor;
e.textColor = event.textColor;
normalizeEvent(e);
I don't have some code showing the typo affects some results. I found the bug while searching for something else, then found the bug report 1150.
My $0.02 contribution...
Thanks a lot for your code and sharing it.
Best regards.
Thierry BESANCON
May 2, 2013
#1
Thierry....@laposte.net
Aug 24, 2013
this was fixed in a recent version of fullcalendar. thanks
Status:
Done
|
|
| ► Sign in to add a comment |