mrozmanith / readair

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

ReferenceError: Can't find variable: Layout #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. adobe-air ReadAir.0.1.air
2.
3.

What is the expected output? What do you see instead?
adobe-air: Extracting application to directory: /tmp/adobeair.4n6ZXhX9mg
adobe-air: Attempting to start application
ReferenceError: Can't find variable: Layout
 at app:/assets/js/ReadAir.js : 120
 at app:/assets/js/ReadAir.js : 120
 at  : 1
 at  : 1
 at  : 1
 at  : 1
 at  : 1
 at  : 1
 at  : 1
latestVersion: 0.1
currentVersion: 0.1

What version of the product are you using? On what operating system?
ReadAir.0.1.air
adobe-air a1_033108-1

Please provide any additional information below.

I'm using archlinux

Original issue reported on code.google.com by leei...@gmail.com on 14 May 2008 at 6:15

GoogleCodeExporter commented 8 years ago
Now i reached the problem.
in readair.html 
<script src="assets/js/layout.js" type="text/javascript"></script>
should change to 
<script src="assets/js/Layout.js" type="text/javascript"></script>

but i can't login in my google account.

Original comment by leei...@gmail.com on 14 May 2008 at 6:36

GoogleCodeExporter commented 8 years ago
Thanks, that fix is in SVN

Original comment by adamjmcg...@gmail.com on 15 May 2008 at 8:46

GoogleCodeExporter commented 8 years ago
Fixed in rev.23

Original comment by adamjmcg...@gmail.com on 3 Jun 2008 at 6:47