stealconfig.js needed for standalone version of funcunit
steal.config({ map: { "*": { "jquery/jquery.js" : "jquery" } }, paths: { "jquery": "jquery-1.10.2.min.js", }, shim : { jquery: { exports: "jQuery" } } })