💄 Fix cpplint warnings.

This commit is contained in:
Cheng Zhao 2013-12-15 17:09:35 +08:00
parent cd68396bd5
commit 7e67f7632d
5 changed files with 20 additions and 10 deletions

View file

@ -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);