Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem With @example tag #645

Open
mrlu80 opened this issue Apr 6, 2016 · 0 comments
Open

Problem With @example tag #645

mrlu80 opened this issue Apr 6, 2016 · 0 comments

Comments

@mrlu80
Copy link

mrlu80 commented Apr 6, 2016

I have a simple example (just to prove that examples are working)

  • @example
    
    • Ext.create('Ext.panel.Panel',{
      
    •      renderTo: Ext.getBody()
      
    • });
      

I get the following error on my console:
VM841 app.js:2653Uncaught TypeError: Cannot read property 'is' of undefined

Line where error occurs in app.js:
updateIOS: Ext.os.is.iOS ? function() {

I have added my own iframe file to the jduck doc generation process. This file has the following script tags:

    <script type="text/javascript" src="extjs-build/ext-all.js"></script>
    <link rel="stylesheet" type="text/css" href="extjs-build/resources/css/ext-all.css">

    <!-- My custom components -->
    <script type="text/javascript" src="app.js"></script>

I have also ensured ext-all.js, ext-all.css, and app.js are being loaded.

Please help!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant