iGoogle Gadget checker rejects having a Javascript for loop.

<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Test Gadget">
  </ModulePrefs>
  <Content type="html">
    <script>
        for (var i=0; i<10; i++) {
          console.log(i);
        }
    </script>
  </Content>
</Module>

-- 
You received this message because you are subscribed to the Google Groups 
"iGoogle Developer Forum" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/Google-Gadgets-API?hl=en.

Reply via email to