minnojs / minno-quest

A js framework for creating questionnaires
http://minnojs.github.io
Apache License 2.0
4 stars 3 forks source link

bug(questDirectives): unknown question type should throw an error #134

Open eladzlot opened 8 years ago

eladzlot commented 8 years ago

right now it silently breaks. we want the error to be published with piConsole

let quest = {
   type: 'weirdMistake'
}

The real problem is that properties that belong to the wrapper still work...