mikaeljorhult / brackets-todo

Brackets/Edge Code extension that displays all TODO comments in current document or project.
144 stars 37 forks source link

Some errors in console #98

Closed anephew closed 10 years ago

anephew commented 10 years ago

Uncaught TypeError: Cannot read property 'scope' of undefined main.js (line 378)

// No need to do anything if scope is project. if ( Settings.get().search.scope === 'project' ) {

Wikunia commented 10 years ago

I have the same error with Brackets v0.44.

mikaeljorhult commented 10 years ago

This was caused by a difference in what order files were loaded in Brackets 0.44. Should be fixed in version 0.8.0 that were just released.

anephew commented 10 years ago

thank you