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 115
115
/* *
116
116
* Query an element with a CSS selector.
117
117
*
118
- * @param string selector a CSS-selector-compatible query string.
118
+ * @param string selector a CSS-selector-compatible query string
119
119
*
120
120
* @return DOMElement|null
121
121
*/
142
142
/**
143
143
* Check whether this event is a child event.
144
144
*
145
- * @return true if it is.
145
+ * @return true if it is
146
146
*/
147
147
function isChildEvent (event )
148
148
{
152
152
/**
153
153
* Check whether this event is categorized in 'section'.
154
154
*
155
- * @return true if it is.
155
+ * @return true if it is
156
156
*/
157
157
function isSectionEvent (event )
158
158
{
172
172
*
173
173
* @param request the request object
174
174
* @param max <subjected for removal>
175
- * @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds).
176
- * @param width the width of the canvas.
175
+ * @param threshold the threshold (lower bound) of the length of the timeline (in milliseconds)
176
+ * @param width the width of the canvas
177
177
*/
178
178
this .drawOne = function (request , max , threshold , width )
179
179
{
You can’t perform that action at this time.
0 commit comments