Skip to content

Commit

Permalink
update error type
Browse files Browse the repository at this point in the history
  • Loading branch information
mixed committed Apr 13, 2015
1 parent 17c2b37 commit 3915eb2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .jshintrc
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"jQuery" : true,
"eg" : true,
"window" : true,
"document" : true,
"Hammer" : true,
"navigator" : true,
"requestAnimationFrame" : true,
Expand Down
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module.exports = function(grunt) {
}
},
build: {
src: ["src/polyfill/**/*.js", "src/extend.js", "src/class.js", "src/component.js", "src/*.js" ],
src: ["src/polyfill/**/*.js","src/customEvent/*.js", "src/extend.js", "src/class.js", "src/component.js", "src/*.js" ],
dest: "dist/<%=pkg.outputname%>.js"
},
},
Expand Down
2 changes: 1 addition & 1 deletion test/scrollEnd.test.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ <h2 id="qunit-userAgent"></h2>

<!-- user script files start -->
<script src="../src/extend.js"></script>
<script src="../src/scrollEnd.js"></script>
<script src="../src/customEvent/scrollEnd.js"></script>
<script src="js/scrollEnd.test.js"></script>
<!-- test script files end -->
</body>
Expand Down

0 comments on commit 3915eb2

Please sign in to comment.