[#81,css][s]: map view uses recline- naming for top level container plus minor simplifying rename for graph css (fixes #81).
This commit is contained in:
@@ -23,7 +23,7 @@ this.recline.View = this.recline.View || {};
|
||||
my.Graph = Backbone.View.extend({
|
||||
|
||||
tagName: "div",
|
||||
className: "recline-graph-container",
|
||||
className: "recline-graph",
|
||||
|
||||
template: ' \
|
||||
<div class="editor"> \
|
||||
|
||||
@@ -26,7 +26,7 @@ this.recline.View = this.recline.View || {};
|
||||
my.Map = Backbone.View.extend({
|
||||
|
||||
tagName: 'div',
|
||||
className: 'data-map-container',
|
||||
className: 'recline-map',
|
||||
|
||||
template: ' \
|
||||
<div class="editor"> \
|
||||
|
||||
Reference in New Issue
Block a user