Skip to content

Commit

Permalink
Merge pull request #121 from adaptlearning/issue/2584
Browse files Browse the repository at this point in the history
remove code that was only needed for backwards-compatibility
  • Loading branch information
tomgreenfield authored Nov 18, 2019
2 parents 12130c8 + f1d7b65 commit a737985
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions js/adapt-contrib-matching.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,7 @@ define([
'./matchingModel'
], function(Adapt, MatchingView, MatchingModel) {

// Force disable old iOS fixes in v2 frameworks
// https://github.com/adaptlearning/adapt_framework/issues/2459
if ($.a11y && $.a11y.options && $.a11y.options.isIOSFixesEnabled) {
$.a11y.options.isIOSFixesEnabled = false;
}

return Adapt.register("matching", {
return Adapt.register('matching', {
view: MatchingView,
model: MatchingModel
});
Expand Down

0 comments on commit a737985

Please sign in to comment.