Doing something like: ``` $state.current.abstract ``` Will cause errors with some minifiers such as Adobes JsFileBuilder. Perhaps it'd be a good idea to not use any of the reserved keywords (https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Lexical_grammar#Keywords) as object properties? And instead use something like ``` $state.current.isAbstract ```