Skip to content

Commit

Permalink
add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NovemLinguae committed Apr 19, 2024
1 parent 5794ea1 commit 0597678
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions GANReviewTool/GANReviewTool.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// <nowiki>

// Move these to a bootstrap file?
const { GANReviewController } = require("./modules/GANReviewController.js");
const { GANReviewHTMLGenerator } = require("./modules/GANReviewHTMLGenerator.js");
const { GANReviewWikicodeGenerator } = require("./modules/GANReviewWikicodeGenerator.js");
Expand Down
2 changes: 1 addition & 1 deletion VisualEditorEverywhere.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// <nowiki>

// TODO: fix the race condition. still present as of 08/31/22. got it when clicking from WT:NPPC to WP:NPPC. not consistently reproducible. use mw.hook( 've.activationComplete' )? list of VE hooks: https://codesearch.wmcloud.org/deployed/?q=mw%5C.hook.*%5C.fire&files=&excludeFiles=&repos=mediawiki%2Fextensions%2FVisualEditor
// TODO: fix the race condition. still present as of 04/19/24. got it when clicking from WT:NPPC to WP:NPPC. not consistently reproducible. use mw.hook( 've.activationComplete' )? list of VE hooks: https://codesearch.wmcloud.org/deployed/?q=mw%5C.hook.*%5C.fire&files=&excludeFiles=&repos=mediawiki%2Fextensions%2FVisualEditor
// TODO: add support for [edit] links in diffs

class VisualEditorEverywhere {
Expand Down

0 comments on commit 0597678

Please sign in to comment.