Skip to content

Commit

Permalink
made one more function anonymous
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Jul 22, 2010
1 parent 0a68a3d commit b69e80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccat-helper.js
@@ -1,6 +1,6 @@

CCATHelper = {
createControls: function ccatCreateControls(selector) {
createControls: function(selector) {
$(selector).append(makeParseAttribute("pos", [
["adjective", "A-"],
["conjunction", "C-"],
Expand Down

0 comments on commit b69e80f

Please sign in to comment.