Skip to content

Commit

Permalink
Merge pull request #675 from adaptlearning/issue/#674
Browse files Browse the repository at this point in the history
Fixes issue with inheritance placing the course collection on save of…
  • Loading branch information
brian-learningpool committed May 12, 2015
2 parents 4b6a343 + 0f7fa34 commit df25a8f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/core/project/models/projectModel.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,8 @@ define(function(require) {

var Backbone = require('backbone');
var Origin = require('coreJS/app/origin');
var EditorModel = require('editorGlobal/models/editorModel');

var ProjectModel = EditorModel.extend({
var ProjectModel = Backbone.Model.extend({

idAttribute: '_id',

Expand Down

0 comments on commit df25a8f

Please sign in to comment.