We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I included formfactor.js and 3 indicators.
<script type="text/javascript" src="formfactor.js"></script> <script type="text/javascript" src="indicators/indicators.tv.js"></script> <script type="text/javascript" src="indicators/indicators.tablet.js"></script> <script type="text/javascript" src="indicators/indicators.desktop.js"></script>
and call factors function.
<script> formfactor.factors(); </script>
in factors function, occured error: Can't find variable: formfactorActions
The text was updated successfully, but these errors were encountered:
Thanks - will investigate.
On 18 July 2011 08:07, LeeSanghoon < reply@reply.github.com>wrote:
I included formfactor.js and 3 indicators. <script type="text/javascript" src="formfactor.js"></script> <script type="text/javascript" src="indicators/indicators.tv.js"></script> <script type="text/javascript" src="indicators/indicators.tablet.js"></script> <script type="text/javascript" src="indicators/indicators.desktop.js"></script> and call factors function. <script> formfactor.factors(); </script> in factors function, occured error: Can't find variable: formfactorActions Reply to this email directly or view it on GitHub: #7
Reply to this email directly or view it on GitHub: #7
Sorry, something went wrong.
No branches or pull requests
I included formfactor.js and 3 indicators.
and call factors function.
in factors function, occured error: Can't find variable: formfactorActions
The text was updated successfully, but these errors were encountered: