-
Notifications
You must be signed in to change notification settings - Fork 250
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
issue-1438: added backbone.controller #1439
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I test this in a course with accessibility activated I get the error TypeError: Accessibility.$accessibilityInstructions is undefined
originated from L448 of accessibility.js
Tested in Firefox with accessibility on, also quick SCORM test via the test harness and quick check of start controller by setting start page to co-05 |
did a very quick check in IE11 too |
Ta :) much appreciated. |
|
@moloko would you mind re-reviewing, was just merge fixes for the |
Make code clearer by having a Backbone class for Controllers:
fixes issue: #1438
added backbone.controller from https://github.com/cgkineo/backbone.controller