mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
MDL-59672 coding style: whitespace fixes
This commit is contained in:
parent
9d07b88ab4
commit
dd04df4164
@ -77,7 +77,7 @@ define([
|
||||
ModalEventForm.TYPE = 'core_calendar-modal_event_form';
|
||||
ModalEventForm.prototype = Object.create(Modal.prototype);
|
||||
ModalEventForm.prototype.constructor = ModalEventForm;
|
||||
|
||||
|
||||
/**
|
||||
* Set the course id to the given value.
|
||||
*
|
||||
@ -310,7 +310,7 @@ define([
|
||||
args.starttime = this.getStartTime();
|
||||
}
|
||||
|
||||
if(this.hasCourseId()) {
|
||||
if (this.hasCourseId()) {
|
||||
args.courseid = this.getCourseId();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user