Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
wiki: JS semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
andre-d authored and spladug committed Dec 6, 2012
1 parent 389fcd0 commit 21197a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r2/r2/public/static/js/wiki.js
Expand Up @@ -82,7 +82,7 @@ r.wiki = {
special = $('#wiki_special_error')
conflict.hide()
special.hide()
params = r.utils.serializeForm($this);
params = r.utils.serializeForm($this)
r.wiki.request({
url: url,
type: 'POST',
Expand Down

0 comments on commit 21197a8

Please sign in to comment.