11 lines
292 B
JavaScript
11 lines
292 B
JavaScript
/*!
|
|
@file mutePI.js
|
|
@brief Contains PI for Toggle Mute action
|
|
@author Valentin Reinbold
|
|
@copyright (c) 2021, Corsair Memory, Inc. All Rights Reserved.
|
|
*/
|
|
|
|
function MutePI(inContext, inLanguage) {
|
|
// Inherit from PI
|
|
PI.call(this, inContext, inLanguage);
|
|
} |