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