touch.js 151 Bytes Raw Blame History Permalink 1 2 3 4 5 6 define(["doh/main", "require"], function(doh, require){ if(doh.isBrowser){ doh.register("tests.touch", require.toUrl("./test_touch.html")); } });