tapquo / Lungo.js

A framework for developers who want to design, build and share cross device applications.
http://lungo.tapquo.com
Other
2.41k stars 567 forks source link

Cannot read property 'init' of undefined #350

Open sonnyzhou opened 8 years ago

sonnyzhou commented 8 years ago

here is my code:

 <script src="js/quo.js"></script>
<script src="js/lungo.js"></script>
<script type="text/javascript">
        Lungo.init({
        name: 'example' 
       });
</script>

The console in Chrome got this: Cannot read property 'init' of undefined and , the background of website is always black?

what's wrong?

davidbermu commented 8 years ago

same problem here... :( I tryed with old versions of Lungo and the webapp started correctly... then, I don't know what is wrong in the latest versions of Lungo

sonnyzhou commented 8 years ago

@davidbermu Yeah, I also did it with old version.The Lungo's documentation sucks.