[nobug] Deal with missing options arg in Bramble.load()

This commit is contained in:
David Humphrey (:humph) david.humphrey@senecacollege.ca 2015-06-18 23:09:27 -04:00
Родитель f89e9a3330
Коммит a49eae0104
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -101,6 +101,8 @@ define([
return;
}
options = options || {};
// Turn on logging if in debug mode
if (options.debug) {
debug = console.log.bind(console);