Skip to content

Instantly share code, notes, and snippets.

View konklone's full-sized avatar

Eric Mill konklone

View GitHub Profile
@konklone
konklone / activo.js
Created April 15, 2011 05:09 — forked from Rio517/file.rb
function breadcrumbs(options, callback) {
if (!options) options = {};
items = new NavigationBuilder();
if (callback)
callback(items);
...
}