File tree 6 files changed +20
-20
lines changed
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 7
7
*
8
8
* Depends on Rangy core.
9
9
*
10
- * Copyright 2022 , Tim Down
10
+ * Copyright 2024 , Tim Down
11
11
* Licensed under the MIT license.
12
- * Version: 1.3.1
13
- * Build date: 17 August 2022
12
+ * Version: 1.3.2
13
+ * Build date: 2 November 2024
14
14
*/
15
15
( function ( factory , root ) {
16
16
if ( typeof define == "function" && define . amd ) {
Original file line number Diff line number Diff line change 2
2
* Rangy, a cross-browser JavaScript range and selection library
3
3
* https://github.com/timdown/rangy
4
4
*
5
- * Copyright 2022 , Tim Down
5
+ * Copyright 2024 , Tim Down
6
6
* Licensed under the MIT license.
7
- * Version: 1.3.1
8
- * Build date: 17 August 2022
7
+ * Version: 1.3.2
8
+ * Build date: 2 November 2024
9
9
*/
10
10
11
11
( function ( factory , root ) {
109
109
} ;
110
110
111
111
var api = {
112
- version : "1.3.1 " ,
112
+ version : "1.3.2 " ,
113
113
initialized : false ,
114
114
isBrowser : isBrowser ,
115
115
supported : true ,
3896
3896
}
3897
3897
3898
3898
return api ;
3899
- } , this ) ;
3899
+ } , this ) ;
Original file line number Diff line number Diff line change 4
4
*
5
5
* Depends on Rangy core, ClassApplier and optionally TextRange modules.
6
6
*
7
- * Copyright 2022 , Tim Down
7
+ * Copyright 2024 , Tim Down
8
8
* Licensed under the MIT license.
9
- * Version: 1.3.1
10
- * Build date: 17 August 2022
9
+ * Version: 1.3.2
10
+ * Build date: 2 November 2024
11
11
*/
12
12
( function ( factory , root ) {
13
13
if ( typeof define == "function" && define . amd ) {
Original file line number Diff line number Diff line change 7
7
*
8
8
* Depends on Rangy core.
9
9
*
10
- * Copyright 2022 , Tim Down
10
+ * Copyright 2024 , Tim Down
11
11
* Licensed under the MIT license.
12
- * Version: 1.3.1
13
- * Build date: 17 August 2022
12
+ * Version: 1.3.2
13
+ * Build date: 2 November 2024
14
14
*/
15
15
( function ( factory , root ) {
16
16
if ( typeof define == "function" && define . amd ) {
Original file line number Diff line number Diff line change 8
8
*
9
9
* Depends on Rangy core.
10
10
*
11
- * Copyright 2022 , Tim Down
11
+ * Copyright 2024 , Tim Down
12
12
* Licensed under the MIT license.
13
- * Version: 1.3.1
14
- * Build date: 17 August 2022
13
+ * Version: 1.3.2
14
+ * Build date: 2 November 2024
15
15
*/
16
16
( function ( factory , root ) {
17
17
if ( typeof define == "function" && define . amd ) {
Original file line number Diff line number Diff line change 24
24
*
25
25
* Depends on Rangy core.
26
26
*
27
- * Copyright 2022 , Tim Down
27
+ * Copyright 2024 , Tim Down
28
28
* Licensed under the MIT license.
29
- * Version: 1.3.1
30
- * Build date: 17 August 2022
29
+ * Version: 1.3.2
30
+ * Build date: 2 November 2024
31
31
*/
32
32
33
33
/**
You can’t perform that action at this time.
0 commit comments