[app][xs]: micro tidy.

This commit is contained in:
Rufus Pollock
2012-05-25 08:04:01 +01:00
parent 59e7b93b78
commit fc22e86509

View File

@@ -1,5 +1,5 @@
jQuery(function($) { jQuery(function($) {
var app = new ExplorerApp({ window.ReclineDataExplorer = new ExplorerApp({
el: $('.recline-app') el: $('.recline-app')
}) })
}); });
@@ -12,7 +12,7 @@ var ExplorerApp = Backbone.View.extend({
initialize: function() { initialize: function() {
this.el = $(this.el); this.el = $(this.el);
this.explorer = null; this.dataExplorer = null;
this.explorerDiv = $('.data-explorer-here'); this.explorerDiv = $('.data-explorer-here');
_.bindAll(this, 'viewExplorer', 'viewHome'); _.bindAll(this, 'viewExplorer', 'viewHome');