UNPKG

sebastian

Version:

A flow-control library aimed at encouraging organized, testable code.

11 lines (8 loc) 274 B
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) }; });