[app][xs]: micro tidy.
This commit is contained in:
parent
59e7b93b78
commit
fc22e86509
@ -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');
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user