From e57e540bd57ea9b25cf785327054f344347c40b1 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 20 Jan 2024 16:33:17 -0400 Subject: data: global Thing symbol cleanup --- src/data/things/thing.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/data') diff --git a/src/data/things/thing.js b/src/data/things/thing.js index 42971c04..e1f488ee 100644 --- a/src/data/things/thing.js +++ b/src/data/things/thing.js @@ -9,10 +9,10 @@ import CacheableObject from './cacheable-object.js'; export default class Thing extends CacheableObject { static referenceType = Symbol.for('Thing.referenceType'); - static friendlyName = Symbol.for(`Thing.friendlyName`); + static friendlyName = Symbol.for('Thing.friendlyName'); - static getPropertyDescriptors = Symbol('Thing.getPropertyDescriptors'); - static getSerializeDescriptors = Symbol('Thing.getSerializeDescriptors'); + static getPropertyDescriptors = Symbol.for('Thing.getPropertyDescriptors'); + static getSerializeDescriptors = Symbol.for('Thing.getSerializeDescriptors'); static yamlDocumentSpec = Symbol.for('Thing.yamlDocumentSpec'); -- cgit 1.3.0-6-gf8a5