Skip to content

Commit 126a8d4

Browse files
authored
fix #98
1 parent 4f4053b commit 126a8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/js/brutusin-json-forms.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -831,8 +831,8 @@ if (typeof brutusin === "undefined") {
831831

832832
obj.getData = function () {
833833
function removeEmptiesAndNulls(object, s) {
834-
if (ss === null) {
835-
ss = SCHEMA_ANY;
834+
if (s === null) {
835+
s = SCHEMA_ANY;
836836
}
837837
if (s.$ref) {
838838
s = getDefinition(s.$ref);

0 commit comments

Comments
 (0)