💄 Fix cpplint warnings.
This commit is contained in:
parent
cd68396bd5
commit
7e67f7632d
5 changed files with 20 additions and 10 deletions
|
@ -57,7 +57,8 @@ class Menu : public EventEmitter,
|
|||
|
||||
static void Clear(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
||||
static void GetIndexOfCommandId(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetIndexOfCommandId(
|
||||
const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetItemCount(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetCommandIdAt(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
static void GetLabelAt(const v8::FunctionCallbackInfo<v8::Value>& args);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue