Skip to content

Commit

Permalink
fixes #15684, missing requires for GanttTaskControl and GanttProjectC…
Browse files Browse the repository at this point in the history
…ontrol in dojox/gantt/TabMenu
  • Loading branch information
dylans committed Jul 27, 2012
1 parent c30b448 commit 5e4cb00
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion gantt/TabMenu.js
@@ -1,5 +1,7 @@
define([
"./contextMenuTab",
"./GanttTaskControl",
"./GanttProjectControl",
"dijit/Dialog",
"dijit/form/Button",
"dijit/form/Form",
Expand All @@ -19,7 +21,7 @@ define([
"dojo/keys",
"dojo/parser",
"dojo/domReady!"
], function(contextMenuTab,
], function(contextMenuTab, GanttTaskControl, GanttProjectControl,
Dialog, Button, Form,
registry, declare, arrayUtil, lang, locale, request, on,
dom, domClass, domConstruct, domStyle, domAttr, domGeometry, keys, parser){
Expand Down

0 comments on commit 5e4cb00

Please sign in to comment.