I am having trouble getting a javascript library that worked up until 2.8, work on 2.9.
It is a whiteboard called literallycanvas that has some dependencies (react.js / jquery / fastclick).
It fails to load and I get a huge long error in the console that I am pretty sure comes from RequireJS.
But its not actually an AMD module or called from one, yet. Other libraries called in the same way, that use JQuery, don't error out. In this case the error messages from RequireJS are the only ones and they are pretty hard work. I don't know what to make of them. So I am not even sure if the problem with RequireJS.
The first one looks like this. This shows up all the time, on other pages too.
Error: Load timeout for modules: core/first
http://requirejs.org/docs/errors.html#timeoutThis error is specific to the literallycanvas whiteboard. I truncated it to the first few lines ...
Error: Mismatched anonymous define() module: function (){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);throw new Error("Cannot find module '"+o+"'")}var f=n[o]={exports:{}};t[o][0].call(f.exports,function(e){var n=t[o][1][e];return s(n?n:e)},f,f.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(_dereq_,module,exports){
/**Is RequireJS loading all the javascript now, even the javascript that is not in AMD modules? Would packaging everything up into AMD modules be a way to solve this?

