diff options
author | Ralph Amissah <ralph@amissah.com> | 2012-10-03 00:19:18 -0400 |
---|---|---|
committer | Ralph Amissah <ralph@amissah.com> | 2012-10-03 00:19:18 -0400 |
commit | 2099cce12c2ffb53023c3c644b329b235e442ae0 (patch) | |
tree | ec14544068e21b59c7bfd34e389344e3eaede296 /lib/sisu/v4/xml_dom.rb | |
parent | v4: defaults, some cleaning (diff) |
v4: skins, remove
* remove skins
* defaults, rename class Defaults (was InfoSkin)
* sisupod, remove skin
* db
* no skin info to store, omitted from structure
* change prefix name (structure changed)
Diffstat (limited to 'lib/sisu/v4/xml_dom.rb')
-rw-r--r-- | lib/sisu/v4/xml_dom.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sisu/v4/xml_dom.rb b/lib/sisu/v4/xml_dom.rb index 80f7938a..d0d39dbe 100644 --- a/lib/sisu/v4/xml_dom.rb +++ b/lib/sisu/v4/xml_dom.rb @@ -127,7 +127,7 @@ module SiSU_XML_DOM @@xml={ body: [], open: [], close: [], head: [], sc: [] } def initialize(particulars) @env,@md,@dal_array=particulars.env,particulars.md,particulars.dal_array - @vz=SiSU_Env::GetInit.new.skin + @vz=SiSU_Viz::Defaults.new @trans=SiSU_XML_Munge::Trans.new(@md) @sys=SiSU_Env::SystemCall.new end |