Export to GitHub

webglsamples - issue #2
Halo demo uses undefined 'console' object, preventing it from running in Minefield
Posted on Oct 14, 2010 by
Helpful Giraffe
What steps will reproduce the problem? 1. Open Halo demo in Minefield. It fails to load.
In the error console, you can see a message about 'console' being undefined in halo.js. Indeed this file is calling console.log() which doesn't exist in Minefield.
Comment #1
Posted on Nov 29, 2010 by Swift Catfixed the console.log issue but apparently there are other issues at the moment.
Status: Fixed
Labels:
Type-Defect
Priority-Medium