Commit 586c81b 1 parent 6a69eb6 commit 586c81b Copy full SHA for 586c81b
File tree 2 files changed +22
-24
lines changed
2 files changed +22
-24
lines changed Original file line number Diff line number Diff line change @@ -1293,26 +1293,25 @@ class type dListElement = element
1293
1293
1294
1294
class type liElement = element
1295
1295
1296
- class type dialogElement =
1297
- object
1298
- inherit element
1296
+ class type dialogElement = object
1297
+ inherit element
1299
1298
1300
- method close : unit meth
1299
+ method close : unit meth
1301
1300
1302
- method close_returnValue : js_string t -> unit meth
1301
+ method close_returnValue : js_string t -> unit meth
1303
1302
1304
- method open_ : bool t prop
1303
+ method open_ : bool t prop
1305
1304
1306
- method returnValue : js_string t prop
1305
+ method returnValue : js_string t prop
1307
1306
1308
- method show : unit meth
1307
+ method show : unit meth
1309
1308
1310
- method showModal : unit meth
1309
+ method showModal : unit meth
1311
1310
1312
- method oncancel : ('self t, event t) event_listener prop
1311
+ method oncancel : ('self t, event t) event_listener prop
1313
1312
1314
- method onclose : ('self t, event t) event_listener prop
1315
- end
1313
+ method onclose : ('self t, event t) event_listener prop
1314
+ end
1316
1315
1317
1316
class type divElement = element
1318
1317
Original file line number Diff line number Diff line change @@ -1114,26 +1114,25 @@ class type dListElement = element
1114
1114
1115
1115
class type liElement = element
1116
1116
1117
- class type dialogElement =
1118
- object
1119
- inherit element
1117
+ class type dialogElement = object
1118
+ inherit element
1120
1119
1121
- method close : unit meth
1120
+ method close : unit meth
1122
1121
1123
- method close_returnValue : js_string t -> unit meth
1122
+ method close_returnValue : js_string t -> unit meth
1124
1123
1125
- method open_ : bool t prop
1124
+ method open_ : bool t prop
1126
1125
1127
- method returnValue : js_string t prop
1126
+ method returnValue : js_string t prop
1128
1127
1129
- method show : unit meth
1128
+ method show : unit meth
1130
1129
1131
- method showModal : unit meth
1130
+ method showModal : unit meth
1132
1131
1133
- method oncancel : ('self t, event t) event_listener prop
1132
+ method oncancel : ('self t, event t) event_listener prop
1134
1133
1135
- method onclose : ('self t, event t) event_listener prop
1136
- end
1134
+ method onclose : ('self t, event t) event_listener prop
1135
+ end
1137
1136
1138
1137
class type divElement = element
1139
1138
You can’t perform that action at this time.
0 commit comments