Skip to content

Commit

Permalink
remove unneeded variable
Browse files Browse the repository at this point in the history
Caused compile error
  • Loading branch information
Jarno Kurlin committed Sep 16, 2012
1 parent 010ab3f commit ca9087b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,7 @@ function Calendar(element, options, eventSources, resourceSources) {

// create current view again
currentView = viewInstances[currentView.name] = new fcViews[currentView.name](
newViewElement = absoluteViewElement =
absoluteViewElement =
$("<div class='fc-view fc-view-" + currentView.name + "' style='position:absolute'/>")
.appendTo(content),
t // the calendar object
Expand Down

0 comments on commit ca9087b

Please sign in to comment.