mirror of
https://github.com/atom/atom.git
synced 2026-02-10 22:55:09 -05:00
Using single Model class require
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Grim = require 'grim'
|
||||
if Grim.includeDeprecations
|
||||
module.exports = require('theorist').Model
|
||||
return
|
||||
|
||||
PropertyAccessors = require 'property-accessors'
|
||||
|
||||
nextInstanceId = 1
|
||||
|
||||
Reference in New Issue
Block a user