Skip to content
This repository has been archived by the owner on Aug 1, 2019. It is now read-only.

Update module paths #25

Open
DavidBruant opened this issue Feb 24, 2014 · 1 comment
Open

Update module paths #25

DavidBruant opened this issue Feb 24, 2014 · 1 comment
Milestone

Comments

@DavidBruant
Copy link
Owner

Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/sdkTabToXulTab.js:2:
    require('tabs/utils').
  New path should be:
    require('sdk/tabs/utils')
Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/getSDKTabContentWindow.js:3:
    require('tabs/utils').
  New path should be:
    require('sdk/tabs/utils')
Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/ooiPanelBuild.js:3:
    require('self').
  New path should be:
    require('sdk/self')
Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/ooiPanelBuild.js:2:
    require('tabs').
  New path should be:
    require('sdk/tabs')
Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/ooiPanelBuild.js:6:
    require('tabs/utils').
  New path should be:
    require('sdk/tabs/utils')
Warning: Use of deprecated require path:
  In /home/david/gitRepo/OoI/Firefox/lib/main.js:2:
    require('self').
  New path should be:
    require('sdk/self')

@DavidBruant DavidBruant added this to the 0.2 milestone Feb 24, 2014
@DavidBruant
Copy link
Owner Author

Don't forget to update .d.ts files

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant