google-code-export / papervision3d

Automatically exported from code.google.com/p/papervision3d
1 stars 1 forks source link

Extending Basic View Constructor Error, needs quotes around default cameraType:String='TARGET' #262

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Flex Builder using Papervision3D_2.1.932.swc 
2. Extend BasicView
3.

What is the expected output? What do you see instead?
The constructor will have: cameraType:String=Target and needs to be
cameraType:String="Target"

What version of the product are you using? On what operating system?
OSX 10.6, Flex Builder 3, Papervision3D_2.1.932.swc 

Please provide any additional information below.

Original issue reported on code.google.com by danthe...@gmail.com on 17 Mar 2010 at 6:02