Skip to content

Commit

Permalink
Anonymous static object AMD example (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudBuchholz committed Oct 4, 2017
1 parent f4de4ea commit f5d092c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/require/anonymous_amd.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
/*global define*/
/*eslint strict: [2, "function"]*/
define({
type: "amd",
name: "anonymous"
});

0 comments on commit f5d092c

Please sign in to comment.