Repository: flex-utilities
Updated Branches:
  refs/heads/develop bd47524f4 -> b982a5658


and now try the AIR downloads


Project: http://git-wip-us.apache.org/repos/asf/flex-utilities/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-utilities/commit/b982a565
Tree: http://git-wip-us.apache.org/repos/asf/flex-utilities/tree/b982a565
Diff: http://git-wip-us.apache.org/repos/asf/flex-utilities/diff/b982a565

Branch: refs/heads/develop
Commit: b982a56584c4b4d436b9e403637d54327933e397
Parents: bd47524
Author: Alex Harui <aha...@apache.org>
Authored: Tue Jul 29 13:56:45 2014 -0700
Committer: Alex Harui <aha...@apache.org>
Committed: Tue Jul 29 13:56:45 2014 -0700

----------------------------------------------------------------------
 MD5Checker/src/MD5Checker.mxml | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-utilities/blob/b982a565/MD5Checker/src/MD5Checker.mxml
----------------------------------------------------------------------
diff --git a/MD5Checker/src/MD5Checker.mxml b/MD5Checker/src/MD5Checker.mxml
index 85a71f2..3e2b9c8 100644
--- a/MD5Checker/src/MD5Checker.mxml
+++ b/MD5Checker/src/MD5Checker.mxml
@@ -107,7 +107,6 @@ limitations under the License.
                     data.push(item);
                 }
                 
-                /*
                 xmlList = xml.airsdk.windows.versions.children();
                 for each (node in xmlList)
                 {
@@ -135,7 +134,6 @@ limitations under the License.
                     item.node = node;
                     data.push(item);
                 }
-                */
                 dg.dataProvider = new ArrayList(data);
                 checkSums();
             }

Reply via email to