File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 1132
1132
Element . addMethods ( {
1133
1133
/**
1134
1134
* Element.fire(@element, eventName[, memo[, bubble = true]]) -> Event
1135
+ *
1135
1136
* See [[Event.fire]].
1136
1137
*
1137
1138
* Fires a custom event with the current element as its target.
1177
1178
1178
1179
/**
1179
1180
* Element.observe(@element, eventName, handler) -> Element
1181
+ *
1180
1182
* See [[Event.observe]].
1181
1183
**/
1182
1184
observe : observe ,
1183
1185
1184
1186
/**
1185
1187
* Element.stopObserving(@element[, eventName[, handler]]) -> Element
1188
+ *
1186
1189
* See [[Event.stopObserving]].
1187
1190
**/
1188
1191
stopObserving : stopObserving ,
1189
1192
1190
1193
/**
1191
1194
* Element.on(@element, eventName[, selector], callback) -> Element
1195
+ *
1192
1196
* See [[Event.on]].
1193
1197
**/
1194
1198
on : on
You can’t perform that action at this time.
0 commit comments