From ec6ddbd7b706cd32d2bc34c70109c7489df8d525 Mon Sep 17 00:00:00 2001 From: David Glasser Date: Fri, 21 Nov 2014 20:36:47 -0800 Subject: [PATCH] update a comment, drop unused field --- tools/isopack.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tools/isopack.js b/tools/isopack.js index 743e0b5a8e..8a6d73ece7 100644 --- a/tools/isopack.js +++ b/tools/isopack.js @@ -227,9 +227,10 @@ var Isopack = function () { self.cordovaDependencies = {}; // -- Information for up-to-date checks -- - - // If true, force the checkUpToDate to return false for this isopack. - self.forceNotUpToDate = false; + // Data in this section is only set if the Isopack was directly created by + // compiler.compile or read from a package compiled by IsopackCache (with its + // isopack-buildinfo.json file). They are not set for Isopacks read from + // the tropohouse. // The versions that we used at build time for each of our direct // dependencies. Map from package name to version string.