repo: janusweb
action: commit
revision: 
path_from: 
revision_from: 3373d95ebdcfbad692f5654370513d5896b8a8de:
path_to: 
revision_to: 
git.thebackupbox.net
janusweb
git clone git://git.thebackupbox.net/janusweb
commit 3373d95ebdcfbad692f5654370513d5896b8a8de
Author: James Baicoianu 
Date:   Thu Oct 17 17:27:16 2024 -0700

    Fixed  attribute

diff --git a/scripts/janusbase.js b/scripts/janusbase.js

index 0a77e772f51c5a04f51906386492be8441512da5..
index ..c7eca21d13dc96602857696849e17e93f60ab199 100644
--- a/scripts/janusbase.js
+++ b/scripts/janusbase.js
@@ -370,7 +370,8 @@ elation.require(['engine.things.generic', 'utils.template', 'janusweb.parts'], f
           visible:  ['property', 'visible'],
           //tagName:  ['property', 'tag'],
           billboard: ['property', 'billboard'],
-          className:  ['property', 'className'],
+          'class':  ['property', 'className'],
+          classname:  ['property', 'className'],
           classList:  ['property', 'classList'],
           gazetime:  ['property', 'gazetime'],
           layers:  ['property', 'layers'],

-----END OF PAGE-----