I'm trying to get the basic lawnchair example working.
The Code:
<script type="text/javscript" src="http://westcoastlogic.com/lawnchair/src/lawnchair.js"></script>
<script type="text/javascript">
var people = new Lawnchair('people');
</script>
Gives the following error (in FF & Chrome consoles):
Uncaught ReferenceError: Lawnchair is not defined
What am I doing wrong?