Skip to content

Commit

Permalink
enhancement-967: made gmcq model a separate class
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverfoster committed Feb 25, 2016
1 parent f1227b1 commit b0728ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/adapt-contrib-gmcq.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ define([

return Adapt.register("gmcq", {
view: Gmcq,
model: Mcq.model
model: Mcq.model.extend({})
});

});

0 comments on commit b0728ae

Please sign in to comment.