mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Use correct TODO format
This commit is contained in:
@@ -154,7 +154,7 @@ void Initialize(v8::Local<v8::Object> exports, v8::Local<v8::Value> unused,
|
||||
dict.SetMethod("writeImage", &WriteImage);
|
||||
dict.SetMethod("clear", &Clear);
|
||||
|
||||
// TODO Remove in 2.0, deprecate before then with warnings
|
||||
// TODO(kevinsawicki): Remove in 2.0, deprecate before then with warnings
|
||||
dict.SetMethod("readRtf", &ReadRtf);
|
||||
dict.SetMethod("writeRtf", &WriteRtf);
|
||||
dict.SetMethod("readHtml", &ReadHtml);
|
||||
|
||||
Reference in New Issue
Block a user