diff options
Diffstat (limited to 'src/data/thing.js')
| -rw-r--r-- | src/data/thing.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/data/thing.js b/src/data/thing.js index 32eff4d1..cc7c82b7 100644 --- a/src/data/thing.js +++ b/src/data/thing.js @@ -23,7 +23,6 @@ export default class Thing extends CacheableObject { static reverseSpecs = Symbol.for('Thing.reverseSpecs'); static yamlDocumentSpec = Symbol.for('Thing.yamlDocumentSpec'); - static getYamlLoadingSpec = Symbol.for('Thing.getYamlLoadingSpec'); static yamlSourceFilename = Symbol.for('Thing.yamlSourceFilename'); static yamlSourceDocument = Symbol.for('Thing.yamlSourceDocument'); |