Skip to content

Commit

Permalink
GPF Module example (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 4, 2017
1 parent e5bfe9f commit 5447f4b
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions test/require/gpf.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
/*eslint strict: [2, "function"]*/
gpf.require({
data: "data.json"
}, function (require) {
"use strict";

return {
type: "gpf",
data: require.data
};

});

0 comments on commit 5447f4b

Please sign in to comment.