Skip to content

Commit

Permalink
fix unexpected token var (require.js optimization)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darius Morawiec committed Mar 14, 2013
1 parent e81858c commit 2958aee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jquery.touchSwipe.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@


(function ($) {
+ "use strict";
"use strict";

//Constants
var LEFT = "left",
Expand Down
2 changes: 1 addition & 1 deletion jquery.touchSwipe.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2958aee

Please sign in to comment.