UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

18 lines (17 loc) 337 B
require({ baseUrl: "./" }, ["a"], function(a) { doh.register( "isBrowser", [ function isBrowser(t){ t.is(true, a.isBrowser); t.is(true, requirejs.isBrowser); } ] ); doh.run(); } );