Good suggestions mr. brooks. Also, we might as we get used to this, it
will be spaced under CB. Also, I think we could be more colloquial:

CB.orientation.supports = {
  north:true,
  south:false,
  east:false,
  west:true
}

if (CB.orientation.supports.north) {
  // ...etc
}

Is there API utility in the absolute #'s in an array that we're
missing here Jesse? How are ppl using orientation?

Reply via email to