I was just going through the code of angular-openlayers-directive HERE , now i see alot of checks like below:
if (isDefined(attrs.width)) {
now isDefined is obviously a function and attrs.width is the parameter being passed, But where is this function isDefined defined and most importantly how can i find it ?