Changed to use the navigator.vehicle namespace - TC-2055 40/31140/1 accepted/tizen/ivi/20141202.054127 submit/tizen_ivi/20141202.000128
authorBrian Jones <brian.j.jones@intel.com>
Mon, 1 Dec 2014 23:28:02 +0000 (15:28 -0800)
committerBrian Jones <brian.j.jones@intel.com>
Mon, 1 Dec 2014 23:28:13 +0000 (15:28 -0800)
Change-Id: I3ed0e2355defd44d1660c303f24314a97b86e461

js/main.js
packaging/modello-hvac.changes

index 74e2e50..ec71843 100644 (file)
@@ -2,7 +2,7 @@
 
 /**
  * Heat, Ventilation and Air Conditioning provides UI controls to operate this subystem of the car from
- * [tizen.vehicle API](https://raw.github.com/otcshare/automotive-message-broker/master/docs/amb.idl).
+ * [navigator.vehicle API](https://raw.github.com/otcshare/automotive-message-broker/master/docs/amb.idl).
  * Uses mainly {{#crossLink "CarIndicator"}}{{/crossLink}} module from {{#crossLink "Bootstrap/carIndicator:property"}}{{/crossLink}}.
  *
  * Application directly controls following AMB properties:
@@ -192,4 +192,4 @@ $(function() {
        "use strict";
        // debug mode - window.setTimeout("init()", 20000);
        init();
-});
\ No newline at end of file
+});
index 27f6446..d0f6a1a 100644 (file)
@@ -1,3 +1,6 @@
+* Mon Dec 01 2014 Brian Jones <brian.j.jones@intel.com> accepted/tizen/3.0.m14.3/ivi/20141018.100009-1-gce7f5a8
+- Changed to use the navigator.vehicle namespace - TC-2055
+
 * Thu Oct 16 2014 Brian Jones <brian.j.jones@intel.com> submit/tizen_ivi/20141008.200057-1-g86327ab
 - Fix for TC-1468.  Also enabling buttons to be pressed as a temporary workaround