Skip to content

Commit

Permalink
Reorder includes (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 5, 2017
1 parent 6039dc4 commit 410f619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/require/folder/all.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
/*eslint strict: [2, "function"]*/
gpf.require({
amd: "../amd.js",
commonjs: "../common.js",
data: "../data.json",
gpf: "../gpf.js",
commonjs: "../common.js"
gpf: "../gpf.js"

}, function (require) {
"use strict";
Expand Down

0 comments on commit 410f619

Please sign in to comment.