UNPKG

requirejs-handlebars

Version:

Simple Handlebars plugin for RequireJS.

11 lines (10 loc) 240 B
//This file does not use exports, just //return, but need to test that it does not //automatically get an exports object assigned define( function () { return function () { return 'simpleReturn'; }; } );