Skip to content

Commit 9abd4b6

Browse files
committed
ex3-10 solution
1 parent 3ff7c0d commit 9abd4b6

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

xml/chapter3/section2/subsection3.xml

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -661,15 +661,13 @@ W2(80);
661661
create objects with the same behavior. How do the environment structures
662662
differ for the two versions?
663663
<SOLUTION>
664-
<FIGURE split_scale="1" web_scale="0.9" src="img_javascript/ex3-10-solution.png">
665-
<CAPTION>
666-
<UL>
667-
<LI>Black shows the environment structure of function in exercise 3.10</LI>
668-
<LI>Green shows differences in environment structure of original
669-
(where <JAVASCRIPTINLINE>make_withdraw</JAVASCRIPTINLINE> is replaced with the figure 3.9 version)</LI>
670-
</UL>
671-
</CAPTION>
672-
<LABEL NAME="fig:ex3-10-solution"/>
664+
<UL>
665+
<LI>Black shows the environment structure of function in exercise 3.10</LI>
666+
<LI>Green shows differences in environment structure of original
667+
(where <JAVASCRIPTINLINE>make_withdraw</JAVASCRIPTINLINE> is replaced with the figure 3.9 version)</LI>
668+
</UL>
669+
<FIGURE src="img_javascript/ex3-10-solution.png">
670+
<LABEL NAME="ex:3-10"/>
673671
</FIGURE>
674672
</SOLUTION>
675673
<LABEL NAME="ex:local-state-variable"/>

0 commit comments

Comments
 (0)