Show More
@@ -236,7 +236,7 b' define(["widgets/js/manager",' | |||
|
236 | 236 | packed.push(that._pack_models(sub_value)); |
|
237 | 237 | }); |
|
238 | 238 | return packed; |
|
239 | } else if (value instanceof Date) { | |
|
239 | } else if (value instanceof Date || value instanceof String) { | |
|
240 | 240 | return value; |
|
241 | 241 | } else if (value instanceof Object) { |
|
242 | 242 | packed = {}; |
General Comments 0
You need to be logged in to leave comments.
Login now