Closed anephew closed 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' ) {
I have the same error with Brackets v0.44.
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.
thank you
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' ) {