Hey.. I am making an app. in enyo. it's just the java script code that am using .
If i put this code in my index.html inside tag , then the app is working .But if i put the code in my main.js(the file that i have rendered initially ) then it's not working though it's not giving me ny error as well. I have included the file in depends.js.
What I have done is put that js code inside myinit() and this function i have called it from create() of my main.js.
the code is a little long. any help?
0 • •
Comments
- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •index.html - contains a
<script>tag to include the enyo framework and a<script>tag in the body to render your top-level Kind. Something like: depends.js (enyo v1) / package.js (enyo v2) - a list of resources to be included. Each of those files has whatever code/css needed which would likely be what you shared above.- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •- Spam
- Abuse
0 • Off Topic Insightful •