Passed
Push — master ( dd3695...82426c )
by Jacob
02:24
created
lib.php 1 patch
Indentation   +40 added lines, -40 removed lines patch added patch discarded remove patch
@@ -77,7 +77,7 @@  discard block
 block discarded – undo
77 77
                     'videortcicon' => $videortcicon,
78 78
                     'oldermoodle' => $moodleversion < $moodle32,
79 79
                     'maxrecsize' => $maxrecsize
80
-              );
80
+                );
81 81
 
82 82
     return $params;
83 83
 }
@@ -89,45 +89,45 @@  discard block
 block discarded – undo
89 89
     global $PAGE;
90 90
 
91 91
     $PAGE->requires->strings_for_js(array('audiortc',
92
-                                          'videortc',
93
-                                          'gumabort_title',
94
-                                          'gumabort',
95
-                                          'gumnotallowed_title',
96
-                                          'gumnotallowed',
97
-                                          'gumnotfound_title',
98
-                                          'gumnotfound',
99
-                                          'gumnotreadable_title',
100
-                                          'gumnotreadable',
101
-                                          'gumoverconstrained_title',
102
-                                          'gumoverconstrained',
103
-                                          'gumsecurity_title',
104
-                                          'gumsecurity',
105
-                                          'gumtype_title',
106
-                                          'gumtype',
107
-                                          'insecurealert_title',
108
-                                          'insecurealert',
109
-                                          'browseralert_title',
110
-                                          'browseralert',
111
-                                          'startrecording',
112
-                                          'recordagain',
113
-                                          'stoprecording',
114
-                                          'recordingfailed',
115
-                                          'attachrecording',
116
-                                          'norecordingfound_title',
117
-                                          'norecordingfound',
118
-                                          'nearingmaxsize_title',
119
-                                          'nearingmaxsize',
120
-                                          'notpremium_title',
121
-                                          'notpremium',
122
-                                          'servernotfound_title',
123
-                                          'servernotfound',
124
-                                          'uploadprogress',
125
-                                          'uploadfailed',
126
-                                          'uploadfailed404',
127
-                                          'uploadaborted',
128
-                                          'annotationprompt',
129
-                                          'annotation:audio',
130
-                                          'annotation:video'),
92
+                                            'videortc',
93
+                                            'gumabort_title',
94
+                                            'gumabort',
95
+                                            'gumnotallowed_title',
96
+                                            'gumnotallowed',
97
+                                            'gumnotfound_title',
98
+                                            'gumnotfound',
99
+                                            'gumnotreadable_title',
100
+                                            'gumnotreadable',
101
+                                            'gumoverconstrained_title',
102
+                                            'gumoverconstrained',
103
+                                            'gumsecurity_title',
104
+                                            'gumsecurity',
105
+                                            'gumtype_title',
106
+                                            'gumtype',
107
+                                            'insecurealert_title',
108
+                                            'insecurealert',
109
+                                            'browseralert_title',
110
+                                            'browseralert',
111
+                                            'startrecording',
112
+                                            'recordagain',
113
+                                            'stoprecording',
114
+                                            'recordingfailed',
115
+                                            'attachrecording',
116
+                                            'norecordingfound_title',
117
+                                            'norecordingfound',
118
+                                            'nearingmaxsize_title',
119
+                                            'nearingmaxsize',
120
+                                            'notpremium_title',
121
+                                            'notpremium',
122
+                                            'servernotfound_title',
123
+                                            'servernotfound',
124
+                                            'uploadprogress',
125
+                                            'uploadfailed',
126
+                                            'uploadfailed404',
127
+                                            'uploadaborted',
128
+                                            'annotationprompt',
129
+                                            'annotation:audio',
130
+                                            'annotation:video'),
131 131
                                     'atto_recordrtc');
132 132
 }
133 133
 
Please login to merge, or discard this patch.