MDL-59672 coding style: whitespace fixes

This commit is contained in:
Eloy Lafuente (stronk7) 2017-09-05 01:36:36 +02:00 committed by David Monllao
parent 9d07b88ab4
commit dd04df4164

View File

@ -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();
}