X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;ds=sidebyside;f=app%2Fassets%2Fjavascripts%2Flocmare%2Fprofiler%2Fassociation%2Fhas_one.js.coffee;h=6b6995634d4a1b91517047e4b4ec574aac6a3866;hb=011acbc4bee1e83e966014a008f8226c4917e1d3;hp=da4f150202bda8dd3629b9ab796ea18db057e807;hpb=083cd052b6a10be6ddb3534307176f8c415952a8;p=pettanr%2Fpettanr.git diff --git a/app/assets/javascripts/locmare/profiler/association/has_one.js.coffee b/app/assets/javascripts/locmare/profiler/association/has_one.js.coffee index da4f1502..6b699563 100644 --- a/app/assets/javascripts/locmare/profiler/association/has_one.js.coffee +++ b/app/assets/javascripts/locmare/profiler/association/has_one.js.coffee @@ -12,13 +12,13 @@ class Locmare.ProfilerModule.AssociationModule.HasOne extends Backbone.View @profiler().operators, {id: @item().get('id')} ) + + clear: () -> + this.$el.html('') @list.open((page_status) => @set_filer() @render() ) - - clear: () -> - this.$el.html('') this render: () ->