Skip to content

Commit

Permalink
Fix #2
Browse files Browse the repository at this point in the history
  • Loading branch information
olaferlandsen committed May 4, 2016
1 parent 7fbd851 commit ec39ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = function(grunt) {

grunt.initConfig({
jshint: {
files: ['src/AsyncJS.js'],
files: ['src/async.js'],
options: {
globals: {
jQuery: true
Expand Down

0 comments on commit ec39ee5

Please sign in to comment.