diff Lib/IMPL/DOM/Property.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents 6253872024a4
children 648dfaf642e0
line wrap: on
line diff
--- a/Lib/IMPL/DOM/Property.pm	Fri Feb 01 16:37:59 2013 +0400
+++ b/Lib/IMPL/DOM/Property.pm	Mon Feb 04 02:10:37 2013 +0400
@@ -9,7 +9,7 @@
 
 sub _dom($) {
     my ($prop_info) = @_;
-    $prop_info->attributes->{domProperty} = 1;
+    $prop_info->{domProperty} = 1;
     return $prop_info;
 }