Ok, that's a strange one... First off I'd advise you update your firmware to the latest version (1v75) and see if it still happens - it's available from the Download page.
If you've got require("AT24") in the Web IDE then it'll be automatically downloading and using that module though - unless somehow you're doing something else...
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Ok, that's a strange one... First off I'd advise you update your firmware to the latest version (1v75) and see if it still happens - it's available from the Download page.
If you've got
require("AT24")
in the Web IDE then it'll be automatically downloading and using that module though - unless somehow you're doing something else...