Skip to content

Commit

Permalink
Test sss
Browse files Browse the repository at this point in the history
  • Loading branch information
shrinktofit committed Dec 15, 2020
1 parent a0de722 commit dbcb426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cocos/core/data/class.ts
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ function parseAttributes (constructor: Function, attributes: IAcceptableAttribut
if (attributes.__noImplicit) {
(attrs || initAttrs())[propertyNamePrefix + 'serializable'] = attributes.serializable ?? false;
} else {
if (attributes.serializable === false) {
if (attributes.serializable === false) {
if (DEV && usedInGetter) {
errorID(3613, 'serializable', name, propertyName);
}
Expand Down

0 comments on commit dbcb426

Please sign in to comment.