Jesse wrote:
>Create an account, and file an issue.
>Include what simulators you are using, and the full code to reproduce the
>issue, ie :
>
>  var obj = {
>    'continue': function(){ alert("continuing..."); }
>  };
>  obj.continue();

http://stackoverflow.com/questions/7235436/why-they-use-reserved-keyword-co
ntinue-to-name-a-function-in-indexeddbs-curso


It was a reserved word. I¹d personally recommend against using it,
although there is a specification (which I was involved inŠ) which does
use itŠ 

Reply via email to