fix fc-ltr className not being cleaned up when calendar is destroyed

This commit is contained in:
Adam Shaw
2014-06-11 12:34:15 -07:00
parent 914b28a046
commit 3b4e8f6908
2 changed files with 28 additions and 1 deletions
+1 -1
View File
@@ -345,7 +345,7 @@ function Calendar(element, instanceOptions) {
header.destroy();
content.remove();
element.removeClass('fc fc-rtl ui-widget');
element.removeClass('fc fc-ltr fc-rtl ui-widget');
}