Skip to content

Commit

Permalink
#6251: removed the static observable class field
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiu committed Jan 18, 2025
1 parent d92cde9 commit afc9793
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/data/Model.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ import RecordFactory from './RecordFactory.mjs';
* @extends Neo.core.Base
*/
class Model extends Base {
/**
* True automatically applies the core.Observable mixin
* @member {Boolean} observable=true
* @static
*/
static observable = true

static config = {
/**
* @member {String} className='Neo.data.Model'
Expand Down

0 comments on commit afc9793

Please sign in to comment.