Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] [ndt] r938 committed - Replaced description with NDT description in NDTUtils.as

Subject: NDT-DEV email list created

List archive

[ndt-dev] [ndt] r938 committed - Replaced description with NDT description in NDTUtils.as


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] [ndt] r938 committed - Replaced description with NDT description in NDTUtils.as
  • Date: Wed, 19 Feb 2014 11:36:35 +0000

Revision: 938
Author:

Date: Wed Feb 19 11:36:24 2014 UTC
Log: Replaced description with NDT description in NDTUtils.as

http://code.google.com/p/ndt/source/detail?r=938

Modified:
/branches/FlashIssue112/flash-client/src/NDTUtils.as

=======================================
--- /branches/FlashIssue112/flash-client/src/NDTUtils.as Tue Feb 18 09:52:02 2014 UTC
+++ /branches/FlashIssue112/flash-client/src/NDTUtils.as Wed Feb 19 11:36:24 2014 UTC
@@ -95,7 +95,7 @@
try {
Main.ndt_description = ExternalInterface.call("getNDTDescription");
TestResults.appendDebugMsg(
- "Initialized s/description/NDT description from JavaScript:"
+ "Initialized NDT description from JavaScript:"
+ Main.ndt_description);
} catch(e:Error) {
Main.ndt_description = NDTConstants.NDT_DESCRIPTION;


  • [ndt-dev] [ndt] r938 committed - Replaced description with NDT description in NDTUtils.as, ndt, 02/19/2014

Archive powered by MHonArc 2.6.16.

Top of Page