OSDN Git Service

change: cache
[pettanr/pettanr.git] / app / assets / javascripts / locmare / profiler / association / has_one.js.coffee
index da4f150..6b69956 100644 (file)
@@ -12,13 +12,13 @@ class Locmare.ProfilerModule.AssociationModule.HasOne extends Backbone.View
       @profiler().operators, \r
       {id: @item().get('id')}\r
     )\r
+  \r
+  clear: () ->\r
+    this.$el.html('')\r
     @list.open((page_status) =>\r
       @set_filer()\r
       @render()\r
     )\r
-  \r
-  clear: () ->\r
-    this.$el.html('')\r
     this\r
   \r
   render: () ->\r