DEBSOURCES
Skip Quicknav
sources / ipython / 1.2.1-2~bpo70%2B1 / IPython / html / static / components / requirejs / testBaseUrl.js
1234567891011
define([], function() { doh.register( "testBaseUrl", [ function testBaseUrl(t){ t.is(true, true); } ] ); doh.run(); });