Skip to content

Commit

Permalink
Remove defensive semicolon so jshint will pass
Browse files Browse the repository at this point in the history
  • Loading branch information
tauren authored and jfhbrook committed Mar 29, 2012
1 parent b833e9e commit dcf96e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/plates.js
@@ -1,4 +1,4 @@
;var Plates = (typeof process !== 'undefined' && typeof process.title !== 'undefined') ? exports : {};
var Plates = (typeof process !== 'undefined' && typeof process.title !== 'undefined') ? exports : {};

!function(exports) {

Expand Down

0 comments on commit dcf96e3

Please sign in to comment.