Comparing version 0.0.50 to 0.0.51
@@ -44,3 +44,4 @@ import { containerMark } from './constants.js'; | ||
case 'scoped': { | ||
targetContainer = Container.lastContainer ?? lastContainer ?? this; | ||
const parentContainer = Container.lastContainer ?? lastContainer ?? this; | ||
targetContainer = parentContainer.extend(); | ||
break; | ||
@@ -47,0 +48,0 @@ } |
{ | ||
"name": "mobidic", | ||
"version": "0.0.50", | ||
"version": "0.0.51", | ||
"keywords": [], | ||
@@ -5,0 +5,0 @@ "author": "js2me", |
Sorry, the diff of this file is not supported yet
45945
847