diff options
| author | jmoenig <jens@moenig.org> | 2014-06-04 13:48:43 +0200 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-06-04 13:48:43 +0200 |
| commit | ac39877b9c7f2cfadfca581fc98fe3b6a3c434fb (patch) | |
| tree | c00b36167653ab9df1b773a3caca8d90d54dca81 /store.js | |
| parent | 81d3657feb562da3fe7b5a52802adb73fd46db58 (diff) | |
| download | snap-byow-ac39877b9c7f2cfadfca581fc98fe3b6a3c434fb.tar.gz snap-byow-ac39877b9c7f2cfadfca581fc98fe3b6a3c434fb.zip | |
German translation update, tweaks
Diffstat (limited to 'store.js')
| -rw-r--r-- | store.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -61,7 +61,7 @@ SyntaxElementMorph*/ // Global stuff //////////////////////////////////////////////////////// -modules.store = '2014-May-02'; +modules.store = '2014-Jun-04'; // XML_Serializer /////////////////////////////////////////////////////// @@ -1032,7 +1032,7 @@ SnapSerializer.prototype.loadInput = function (model, input, block) { input.setColor(this.loadColor(model.contents)); } else { val = this.loadValue(model); - if (val !== undefined && val !== null && input.setContents) { + if (!isNil(val) && input.setContents) { input.setContents(this.loadValue(model)); } } |
