- Linting: ESLint (or ignore) JavaScript files; unfinished: editor/jgraduate and editor/extensions folders, editor/ (root), test/ (root) HTML
- Fix: An apparent bug in jquery.svgicons.js whereby a variable `holder` was declared in too nested of a scope - Fix: `addBezierCurve` in canvg.js had undeclared `i` - Fix: Undeclared variable in opera widget - Fix: Screencast `showNotes`
This commit is contained in:
@@ -11,14 +11,14 @@
|
||||
|
||||
<menupopup id="menu_ToolsPopup">
|
||||
<menuitem insertafter="devToolsSeparator" label="SVG Editor"
|
||||
oncommand="start_svg_edit();" />
|
||||
oncommand="startSvgEdit();" />
|
||||
</menupopup>
|
||||
|
||||
<!-- Firefox -->
|
||||
<statusbar id="status-bar">
|
||||
<statusbarpanel id="svg-edit-statusbar-button"
|
||||
<statusbarpanel id="svg-edit-statusbar-button"
|
||||
class="statusbarpanel-menu-iconic"
|
||||
onclick="return start_svg_edit()"
|
||||
onclick="return startSvgEdit()"
|
||||
tooltip="SvgEdit">
|
||||
</statusbarpanel>
|
||||
</statusbar>
|
||||
|
||||
Reference in New Issue
Block a user