Skip to content

Commit

Permalink
squash into "remove dijit/_base except for dijit/_base/manager::defau…
Browse files Browse the repository at this point in the history
…ltDuration def, refs #1"
  • Loading branch information
wkeese committed Apr 30, 2013
1 parent 45a3e8d commit 33435f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions focus.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,12 @@ define([
"dojo/_base/lang", // lang.hitch
"dojo/on",
"dojo/domReady",
"dojo/sniff", // has("ie")
"dojo/Stateful",
"dojo/_base/window", // win.body
"dojo/window", // winUtils.get
"./a11y", // a11y.isTabNavigable
"./registry" // registry.byId
], function(aspect, declare, dom, domAttr, domConstruct, Evented, lang, on, domReady, has, Stateful, win, winUtils,
], function(aspect, declare, dom, domAttr, domConstruct, Evented, lang, on, domReady, Stateful, win, winUtils,
a11y, registry){

// module:
Expand Down

0 comments on commit 33435f0

Please sign in to comment.