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

ReferenceError: Can't find variable: formfactorActions in factors function #7

Open
LeeSanghoon opened this issue Jul 18, 2011 · 1 comment

Comments

@LeeSanghoon
Copy link

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

@PaulKinlan
Copy link
Owner

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

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

2 participants