💄 There should be no space between & and type name.
This commit is contained in:
parent
f9c41f33e5
commit
d82cfc023f
20 changed files with 221 additions and 221 deletions
|
@ -17,11 +17,11 @@ class Clipboard {
|
|||
static void Initialize(v8::Handle<v8::Object> target);
|
||||
|
||||
private:
|
||||
static v8::Handle<v8::Value> Has(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> Read(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> ReadText(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> WriteText(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> Clear(const v8::Arguments &args);
|
||||
static v8::Handle<v8::Value> Has(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> Read(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> ReadText(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> WriteText(const v8::Arguments& args);
|
||||
static v8::Handle<v8::Value> Clear(const v8::Arguments& args);
|
||||
|
||||
DISALLOW_IMPLICIT_CONSTRUCTORS(Clipboard);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue