File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828 * @property {'outerHTML' | 'innerHTML' } [morphStyle]
2929 * @property {boolean } [ignoreActive]
3030 * @property {boolean } [ignoreActiveValue]
31+ * @property {boolean } [restoreFocus]
3132 * @property {ConfigCallbacks } [callbacks]
3233 * @property {ConfigHead } [head]
3334 */
@@ -105,6 +106,7 @@ var Idiomorph = (function () {
105106 * @property {ConfigInternal['morphStyle'] } morphStyle
106107 * @property {ConfigInternal['ignoreActive'] } ignoreActive
107108 * @property {ConfigInternal['ignoreActiveValue'] } ignoreActiveValue
109+ * @property {ConfigInternal['restoreFocus'] } restoreFocus
108110 * @property {Map<Node, Set<string>> } idMap
109111 * @property {Set<string> } persistentIds
110112 * @property {ConfigInternal['callbacks'] } callbacks
@@ -972,6 +974,7 @@ var Idiomorph = (function () {
972974 morphStyle : morphStyle ,
973975 ignoreActive : mergedConfig . ignoreActive ,
974976 ignoreActiveValue : mergedConfig . ignoreActiveValue ,
977+ restoreFocus : mergedConfig . restoreFocus ,
975978 idMap : idMap ,
976979 persistentIds : persistentIds ,
977980 pantry : createPantry ( ) ,
You can’t perform that action at this time.
0 commit comments