MCPcopy Create free account
hub / github.com/JacksonTian/fks / isUndefined

Function isUndefined

fks_chart/bower_components/angular/angular.js:504–504  ·  view source on GitHub ↗

* @ngdoc function * @name angular.isUndefined * @module ng * @kind function * * @description * Determines if a reference is undefined. * * @param {*} value Reference to check. * @returns {boolean} True if `value` is undefined.

(value)

Source from the content-addressed store, hash-verified

502 * @returns {boolean} True if `value` is undefined.
503 */
504function isUndefined(value){return typeof value === 'undefined';}
505
506
507/**

Callers 15

jqLiteOffFunction · 0.85
getTextFunction · 0.85
angular.jsFile · 0.85
eventHandlerFunction · 0.85
BrowserFunction · 0.85
cacheFactoryFunction · 0.85
serverRequestFunction · 0.85
sendReqFunction · 0.85
buildUrlFunction · 0.85
locationGetterSetterFunction · 0.85
$SnifferProviderFunction · 0.85
currencyFilterFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected