Bug 1006670 - bustage fix r=bustage

This commit is contained in:
Mark Finkle 2014-05-07 23:51:02 -04:00
parent 7b1cc8608e
commit 1d8a63fd5b

View File

@ -52,7 +52,7 @@ public interface TelemetryContract {
// Launching (opening) an external application
// Note: Only used in JavaScript for now, but here for completeness.
public static final String ACTION = "launch.1";
public static final String LAUNCH = "launch.1";
}
/**