bertrando / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

MediaUploadWeb Flex example has typo on line 92 causing compilation error #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try to compile and run the MediaUploadWeb Flex example
2. Note error generated "Access of undefined property "permissions" on line 93
3. FAIL

What is the expected output? What do you see instead?
Successful compilation of example.
Compile error noted above - FAIL

Please provide any additional information below.

Line 92 is the culprit. The array on that line is misspelled/typo'd as 
"premissions" should be "permissions" - this can be seen in the latest checkin 
for the example source: r324 found here:
http://code.google.com/p/facebook-actionscript-api/source/browse/trunk/examples/
MediaUploadDemo_web/src/MediaUploadWeb.mxml

Original issue reported on code.google.com by robertmh...@gmail.com on 11 Nov 2010 at 4:09

GoogleCodeExporter commented 9 years ago

Original comment by edwar...@gmail.com on 6 Dec 2010 at 10:29