From b515c6f30736d4964f7a84cbbc23ad547f9a7dd1 Mon Sep 17 00:00:00 2001 From: amandaghassaei <amandaghassaei@gmail.com> Date: Tue, 17 Mar 2015 14:57:59 -0400 Subject: [PATCH] comments --- js/models/Lattice.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/models/Lattice.js b/js/models/Lattice.js index f6a35389..a70648fd 100644 --- a/js/models/Lattice.js +++ b/js/models/Lattice.js @@ -389,6 +389,7 @@ Lattice = Backbone.Model.extend({ } this._initLatticeType(); + //todo refactor this eventually if (loadingFromFile || this.get("shouldPreserveCells")){ var self = this; var scale = this.get("scale"); -- GitLab