File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Resources/views/Collector Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 160
160
/* *
161
161
* Query an element with a CSS selector.
162
162
*
163
- * @param string selector a CSS-selector-compatible query string.
163
+ * @param string selector a CSS-selector-compatible query string
164
164
*
165
165
* @return DOMElement|null
166
166
*/
187
187
/**
188
188
* Check whether this event is a child event.
189
189
*
190
- * @return true if it is.
190
+ * @return true if it is
191
191
*/
192
192
function isChildEvent (event )
193
193
{
197
197
/**
198
198
* Check whether this event is categorized in 'section'.
199
199
*
200
- * @return true if it is.
200
+ * @return true if it is
201
201
*/
202
202
function isSectionEvent (event )
203
203
{
217
217
*
218
218
* @param request the request object
219
219
* @param max <subjected for removal>
220
- * @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds).
221
- * @param width the width of the canvas.
220
+ * @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds)
221
+ * @param width the width of the canvas
222
222
*/
223
223
this .drawOne = function (request , max , threshold , width )
224
224
{
You can’t perform that action at this time.
0 commit comments