mirror of
https://github.com/SwingTheVine/Wplace-BlueMarble.git
synced 2026-04-21 07:01:57 +00:00
Changed class names from camelCase to PascalCase
This commit is contained in:
parent
fa5ea2d6d7
commit
f54e74a03c
2 changed files with 4 additions and 4 deletions
|
|
@ -3,7 +3,7 @@
|
|||
* @since 0.11.1
|
||||
*/
|
||||
|
||||
import Utils from "./utils";
|
||||
import Utils from "./Utils";
|
||||
|
||||
export default class ApiManager {
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
import Overlay from './overlay.js';
|
||||
import Observers from './observers.js';
|
||||
import ApiManager from './apiManager.js';
|
||||
import Overlay from './Overlay.js';
|
||||
import Observers from './Observers.js';
|
||||
import ApiManager from './ApiManager.js';
|
||||
|
||||
const name = GM_info.script.name.toString();
|
||||
const version = GM_info.script.version.toString();
|
||||
|
|
|
|||
Loading…
Reference in a new issue