Added missing comma

This commit is contained in:
Jonathan Frederic 2014-01-08 09:37:34 +00:00
parent d3b33828c5
commit d7835eb14e

View File

@ -212,7 +212,7 @@ function(widget_manager, underscore, backbone){
callbacks: function(){
return this.widget_manager.callbacks(this);
}
},
render: function(){
// render the view. By default, this is only called the first time the view is created