Skip to content

Commit

Permalink
Sort names (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Mar 22, 2018
1 parent 1d0215b commit dc20b6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion res/sources/dependencyWheel.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gpf.require.define({

var dom = require.dom,
dependencies = require.dependencies,
dependencyNames = Object.keys(dependencies),
dependencyNames = Object.keys(dependencies).sort(),
placeholder = dom.div({
id: "dependencyWheel"
}),
Expand Down

0 comments on commit dc20b6f

Please sign in to comment.