Skip to content

Commit

Permalink
Replace a reference to @container.id with @container_id
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Jul 26, 2011
1 parent f89783e commit 49c7d2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion chosen/chosen.proto.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion coffee/chosen.proto.coffee
Expand Up @@ -164,7 +164,7 @@ class Chosen


test_active_click: (evt) ->
if evt.target.up('#' + @container.id)
if evt.target.up('#' + @container_id)
@active_field = true
else
this.close_field()
Expand Down

0 comments on commit 49c7d2e

Please sign in to comment.