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