Change the default background color black to white again.
This reverts commit
457b861449738f2e5406c75e94909e4e3aeb6184.
Change-Id: Id8b899b24f6daccd442df43d0fd97ad5cf543835
Signed-off-by: Aron kim <aron.kim@samsung.com>
this.loadFinished = false;
this.runningStatus = 'none';
this.isTVProfile = (wrt.getPlatformType() === "product_tv");
- this.defaultBackgroundColor = (this.isTVProfile
- || (wrt.getPlatformType() === "product_wearable") ? '#000' : '#FFF');
+ this.defaultBackgroundColor = (this.isTVProfile ? '#000' : '#FFF');
this.defaultTransparent = (this.isTVProfile ? true : false);
this.addonEmitter = null;