This is a migrated thread and some comments may be shown as answers.

Mistake in sample code

1 Answer 53 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
marcelo
Top achievements
Rank 1
marcelo asked on 12 Apr 2013, 03:25 PM
In the URL
http://docs.kendoui.com/getting-started/introduction
under the section "Kendo UI Mobile" there is a code that if you copy and paste it does not work.
"Here is the complete example:"
<script>
var app = new kendo.mobile.Applilcation();
</script>

I changed that code for 
        <script>
             var app = new kendo.mobile.Application(document.body);
        </script>

and it worked.

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 12 Apr 2013, 05:13 PM
Hello Marcelo,

Thank you for pointing this out. We fixed the typo (the application was spelled incorrectly). 

Kind regards,
Petyo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
marcelo
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or