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