Skip to content

Commit

Permalink
Merge pull request #205 from jwellner/fix-semicolon
Browse files Browse the repository at this point in the history
Added missing semicolons that broke JS concatenation.
Good catch jwellner.
  • Loading branch information
MarkMYoung committed Oct 23, 2014
2 parents 2906cba + bd0e5c0 commit 5278e97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/callbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,5 +82,5 @@ Lawnchair.plugin((function(){

// end module
}
})())
})());

2 changes: 1 addition & 1 deletion src/plugins/query.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ Lawnchair.plugin((function(){
}
}
/////
})())
})());

0 comments on commit 5278e97

Please sign in to comment.