зеркало из https://github.com/mozilla/brackets.git
[nobug] Deal with missing options arg in Bramble.load()
This commit is contained in:
Родитель
f89e9a3330
Коммит
a49eae0104
|
@ -101,6 +101,8 @@ define([
|
|||
return;
|
||||
}
|
||||
|
||||
options = options || {};
|
||||
|
||||
// Turn on logging if in debug mode
|
||||
if (options.debug) {
|
||||
debug = console.log.bind(console);
|
||||
|
|
Загрузка…
Ссылка в новой задаче