aboutsummaryrefslogtreecommitdiff
path: root/tools/addon-sdk-1.3/packages/api-utils/tests/modules/orange.js
blob: d983a35e763e85b66c6c5e889946ff180ecd7a37 (plain)
1
2
3
4
5
6
define(['./color'], function (color) {
  return {
    name: 'orange',
    parentType: color.type
  };
});