UNPKG
requirejs-handlebars
Version:
latest (0.1.1)
0.1.1
0.1.0
Simple Handlebars plugin for RequireJS.
webpro/requirejs-handlebars
requirejs-handlebars
/
bower_components
/
requirejs
/
tests
/
remoteUrls
/
jqwrap.js
11 lines
(8 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
define
(
function
(
require
) {
//Tests detecting a full URL dependency inside simplified wrapper.
require
(
'https://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js'
);
function
noop
(
) {};
return
{
isFunction
: jQuery.
isFunction
(noop) }; });