Skip to content

Instantly share code, notes, and snippets.

@poteto
Created June 1, 2015 22:39
Show Gist options
  • Save poteto/6e4d18b261731102b289 to your computer and use it in GitHub Desktop.
Save poteto/6e4d18b261731102b289 to your computer and use it in GitHub Desktop.
return emberArray(filter(breadCrumbs, (breadCrumb) => {
return typeOf(breadCrumb) !== 'undefined';
}));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment