Updated Modello Common libraries 54/30754/1 tizen_3.0.m14.3_ivi
authorAlice Liu <alice.liu@intel.com>
Tue, 25 Nov 2014 05:26:49 +0000 (13:26 +0800)
committerAlice Liu <alice.liu@intel.com>
Tue, 25 Nov 2014 05:26:49 +0000 (13:26 +0800)
Package version up (3.0.35).

Change-Id: Id9915bdee95ed401fa930d21ddcd22fbfaa47c13
Signed-off-by: Alice Liu <alice.liu@intel.com>
package/changelog
package/pkginfo.manifest
web-ui-fw/0.0.2/0.0.2_Common/original/css/car/components/jQuery/jquery.nouisliderix.js

index 8158721..d53f3cb 100644 (file)
@@ -1,3 +1,7 @@
+* 3.0.35
+- Updated Modello Common libraries
+== Alice Liu <alice.liu@intel.com> 2014-11-25
+
 * 3.0.34
 - Updated Modello Common libraries
 == Alice Liu <alice.liu@intel.com> 2014-10-29
index 1639c85..ac1c506 100644 (file)
@@ -1,4 +1,4 @@
-Version:3.0.34
+Version:3.0.35
 Maintainer: Wenchao Wang<wenchao.wang@intel.com>
 
 Package:ivi-3.0-web-add-ons
index e57302e..eedfd59 100644 (file)
                                                }
 
                                                var bind = '.noUiSlider',
-                                               onEvent = (EVENT === 1 ? 'mousedown' : EVENT === 2 ? 'MSPointerDown' : EVENT === 3 ? 'mousedown' : 'touchstart') + bind + 'X',
-                                               moveEvent = (EVENT === 1 ? 'mousemove' : EVENT === 2 ? 'MSPointerMove' : EVENT === 3 ? 'mousemove' : 'touchmove') + bind,
-                                               offEvent = (EVENT === 1 ? 'mouseup' : EVENT === 2 ? 'MSPointerUp' : EVENT === 3 ? 'mouseup' :'touchend') + bind
+                                               onEvent = (EVENT === 1 ? 'mousedown' : EVENT === 2 ? 'MSPointerDown' : EVENT === 3 ? 'touchstart' : 'mousedown') + bind + 'X',
+                                               moveEvent = (EVENT === 1 ? 'mousemove' : EVENT === 2 ? 'MSPointerMove' : EVENT === 3 ? 'touchmove' : 'mousemove') + bind,
+                                               offEvent = (EVENT === 1 ? 'mouseup' : EVENT === 2 ? 'MSPointerUp' : EVENT === 3 ? 'touchend' : 'mouseup') + bind
 
                                                handles[i].find('div').on(onEvent, function (e) {