Skip to content

Commit 7c0f517

Browse files
author
Tim
committed
Merge branch 'master' of github.com:timdown/rangy
2 parents 04a4eac + 14f30e4 commit 7c0f517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/rangy-selectionsaverestore.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Build date: %%build:date%%
1414
*/
1515
/* build:modularizeWithRangyDependency */
16-
rangy.createModule("SaveRestore", ["WrappedRange"], function(api, module) {
16+
rangy.createModule("SaveRestore", ["WrappedSelection"], function(api, module) {
1717
var dom = api.dom;
1818
var removeNode = dom.removeNode;
1919
var isDirectionBackward = api.Selection.isDirectionBackward;

0 commit comments

Comments
 (0)