Skip to content

Commit

Permalink
Menubar Example: fix script file reference (pull #359)
Browse files Browse the repository at this point in the history
For issue #355, fixed typo in script src attribute. Correct styleManager.js is now loaded and menuitem widths are now consistent.
  • Loading branch information
mcking65 authored Apr 20, 2017
2 parents db3bb0a + aae7fcb commit 1ee2944
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/menubar/menubar-2/menubar-2.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link href="css/menubarAction.css" rel="stylesheet">

<script src="js/StyleManager.js" type="text/javascript"></script>
<script src="js/styleManager.js" type="text/javascript"></script>

<script src="js/MenubarAction.js" type="text/javascript"></script>
<script src="js/MenubarItemAction.js" type="text/javascript"></script>
Expand Down

0 comments on commit 1ee2944

Please sign in to comment.