forked from wikimedia-gadgets/twinkle
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
capitalize Morebit class names (wikimedia-gadgets#2087)
related wikimedia-gadgets#2084 - case sensitive, all repo search and replace, excluding test files and the file morebits.js. will handle those in a later patch since messing with the morebits.js file may be risky ```js Morebits.BatchOperation = Morebits.batchOperation; Morebits.Date = Morebits.date; Morebits.QuickForm = Morebits.quickForm; Morebits.QuickForm.Element = Morebits.quickForm.element; Morebits.SimpleWindow = Morebits.simpleWindow; Morebits.Status = Morebits.status; Morebits.TaskManager = Morebits.taskManager; Morebits.Unbinder = Morebits.unbinder; Morebits.UserspaceLogger = Morebits.userspaceLogger; Morebits.wiki.Api = Morebits.wiki.api; Morebits.wiki.Page = Morebits.wiki.page; Morebits.wiki.Preview = Morebits.wiki.preview; Morebits.wikitext.Page = Morebits.wikitext.page; ```
- Loading branch information
1 parent
d57392e
commit d45aaac
Showing
22 changed files
with
497 additions
and
497 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.