Skip to content

Commit

Permalink
Fix js parens in function wrapping header comments
Browse files Browse the repository at this point in the history
  • Loading branch information
akmurray committed Dec 17, 2012
1 parent 3975541 commit 62b234b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/akm-blog.js
Expand Up @@ -13,7 +13,7 @@
*/
}());
})();


// Global variables required by external scripts
Expand Down
2 changes: 1 addition & 1 deletion js/akm-gist.js

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

2 changes: 1 addition & 1 deletion js/akm-util.js
Expand Up @@ -10,7 +10,7 @@
Aaron K. Murray, akmurray@gmail.com, @aaronkmurray, www.aaronkmurray.com
*/
}());
})();

// 'akm' is the base object that I will use like a namespace so that it's easy to navigate the js I write (and so that global space doesn't get too cluttered because that is frowned upon these days)
var akm = akm || {};
Expand Down
2 changes: 1 addition & 1 deletion js/prototype-extensions.js
Expand Up @@ -7,7 +7,7 @@
Aaron K. Murray, akmurray@gmail.com, @aaronkmurray, www.aaronkmurray.com
*/
}());
})();


if (!Element.prototype.hasClassName) Element.prototype.hasClassName = function (c) {
Expand Down

0 comments on commit 62b234b

Please sign in to comment.