From: Hyunjin Park Date: Mon, 21 Sep 2015 08:37:33 +0000 (+0900) Subject: [sound] modify text error X-Git-Tag: tizen_3.0/TD_SYNC/20161201~456^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ae20821c29fe6423d0455c41e525c515fa0f0d4;p=sdk%2Fonline-doc.git [sound] modify text error Change-Id: Ie88be44c568ebc181f4dd83352df190f692a5e1a Signed-off-by: hyunjin park --- diff --git a/org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html b/org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html index d331c30..c922e56 100644 --- a/org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html +++ b/org.tizen.web.apireference/html/device_api/mobile/tizen/sound.html @@ -554,7 +554,7 @@ There is a tizen.sound object that allows accessing the functionality of the Sou

Code example:

 var infoArr = tizen.sound.getConnectedDeviceList();
 
  for (var i = 0; i < infoArr.length; i++) {
-     cosole.log( infoArr[i].device );
+     console.log( infoArr[i].device );
  }
  
@@ -587,7 +587,7 @@ There is a tizen.sound object that allows accessing the functionality of the Sou

Code example:

 var infoArr = tizen.sound.getActivatedDeviceList();
 
  for (var i = 0; i < infoArr.length; i++) {
-     cosole.log( infoArr[i].device );
+     console.log( infoArr[i].device );
  }