Skip to content

Commit 8e27a90

Browse files
committed
Fixes #131.
1 parent de5c598 commit 8e27a90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/src/main/javascript/org/hisrc/jsonix/Jsonix/Schema/XSD/AnySimpleType.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Jsonix.Schema.XSD.AnySimpleType = Jsonix.Class(Jsonix.Model.TypeInfo, {
88
return value;
99
},
1010
parse : function(text, context, input, scope) {
11-
return text
11+
return text;
1212
},
1313
isInstance : function(value, context, scope) {
1414
return true;

0 commit comments

Comments
 (0)