Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 4b8d0b2

Browse files
adressed minor remark
1 parent fe09212 commit 4b8d0b2

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/command/DefaultMenus.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
define(function (require, exports, module) {
3232
"use strict";
3333

34-
var AppInit = require("utils/AppInit"),
35-
Commands = require("command/Commands"),
36-
EditorManager = require("editor/EditorManager"),
37-
Menus = require("command/Menus"),
38-
Strings = require("strings");
34+
var AppInit = require("utils/AppInit"),
35+
Commands = require("command/Commands"),
36+
EditorManager = require("editor/EditorManager"),
37+
Menus = require("command/Menus"),
38+
Strings = require("strings");
3939

4040
AppInit.htmlReady(function () {
4141
/*

0 commit comments

Comments
 (0)