fix typo
This commit is contained in:
parent
63b528c8bf
commit
bdac00bc10
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ Metamaps.Views.init = function () {
|
||||||
Metamaps.Views.MapperCard = Backbone.View.extend({
|
Metamaps.Views.MapperCard = Backbone.View.extend({
|
||||||
template: Hogan.compile($('#mapperCardTemplate').html()),
|
template: Hogan.compile($('#mapperCardTemplate').html()),
|
||||||
|
|
||||||
tagNamea: 'div',
|
tagName: 'div',
|
||||||
|
|
||||||
className: 'mapper',
|
className: 'mapper',
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue