Skip to content

Commit

Permalink
fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
James McKinney committed Apr 11, 2013
1 parent 96166a2 commit c40152c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion managers/Manager.jquery.js
Expand Up @@ -20,7 +20,7 @@ AjaxSolr.Manager = AjaxSolr.AbstractManager.extend(
};
if (this.proxyUrl) {
options.url = this.proxyUrl;
options.data: {query: string};
options.data = {query: string};
options.type = 'POST';
}
else {
Expand Down

0 comments on commit c40152c

Please sign in to comment.