Revert "[Dialog] add noti sound back.wav [Verification] Cordova Dialog TCT 100% pass" 76/107476/1
authorHyunjin Park <hj.na.park@samsung.com>
Wed, 28 Dec 2016 07:28:01 +0000 (23:28 -0800)
committerHyunjin Park <hj.na.park@samsung.com>
Wed, 28 Dec 2016 07:28:01 +0000 (23:28 -0800)
This reverts commit 4dce99a419267dbc0672e4340d97b326a06c5509.

Change-Id: I1f18616868d2d1908dfdbf1b71e5284bc134aec5

src/lib/plugins/cordova-plugin-dialogs/tizen/Notification.js

index 8e56f2d7034ec9d96974a0679eca37400c18ea3c..9b1143d530c8bbb356f963d0338ed77bc1845ab8 100755 (executable)
@@ -25,7 +25,7 @@ var _document = document || {};
 var playback = (function() {
   var soundElement;
   var counter = 1;
-  var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav', '/usr/share/feedback/sound/operation/back.wav'];
+  var soundPathArray = ['/usr/share/feedback/sound/operation/operation.wav', '/usr/share/feedback/sound/operation/home.wav'];
   var soundPathCount = 0;
 
   function win(v) {