Skip to content
This repository has been archived by the owner on Nov 15, 2019. It is now read-only.

Commit

Permalink
Removed tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
koljascasino authored and koljascasino committed Apr 6, 2015
1 parent e0c56bf commit d3fa7db
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ public void setStart(final Date d) {
}

private native void setStart(String start) /*-{
var theInstance = this;
theInstance.@org.gwtbootstrap3.extras.fullcalendar.client.ui.Event::event.start = start;
}-*/;
var theInstance = this;
theInstance.@org.gwtbootstrap3.extras.fullcalendar.client.ui.Event::event.start = start;
}-*/;

public native void setStart(final JavaScriptObject start) /*-{
var theInstance = this;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public native void excecuteFunction(JavaScriptObject revertFunction)/*-{

public void unselect() {
unselect(getElement().getId());
}
}

private native void unselect(String id) /*-{
$wnd.jQuery('#' + id).fullCalendar('unselect');
Expand Down

0 comments on commit d3fa7db

Please sign in to comment.