rsrini7 / flexmonkey

Automatically exported from code.google.com/p/flexmonkey
0 stars 0 forks source link

Error in AttributeVO Constructor. #64

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The AttributeVO Constructor has the line:

    this.namespaceURI = namespaceURI; 

It should read

    this.namespaceURI = ns; 

Original issue reported on code.google.com by eric.owe...@gtempaccount.com on 27 Jul 2009 at 5:06