soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

QuoJS file order #158

Open Gorthan opened 8 years ago

Gorthan commented 8 years ago

Hi! I have been using Quo and Lungo for an academic proyect and I can't figure out how the files from version 3.0.7 are imported in html. Can anyone please help me?

Gorthan commented 8 years ago

I have this on an older version and work like a charm.

         <script src="vendor/quo/quo.debug.js" ></script>
    <script src="vendor/quo/quo.ajax.js" ></script>
    <script src="vendor/quo/quo.css.js" ></script>
    <script src="vendor/quo/quo.element.js" ></script>
    <script src="vendor/quo/quo.environment.js" ></script>
    <script src="vendor/quo/quo.output.js" ></script>
    <script src="vendor/quo/quo.query.js" ></script>
    <script src="vendor/quo/quo.events.js" ></script>
    <script src="vendor/quo/quo.gestures.js" ></script>

But I have a problem with hold while swiping on a list. So I was hoping the update could fix that.