Skip to content

Commit

Permalink
UI-2694: Normalize core content id name to snake case (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
joristirado authored Apr 25, 2017
1 parent 291726a commit e0153a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ define(function(require){

render: function(parent){
var self = this,
parent = parent || $('#monster-content');
parent = parent || $('#monster_content');

var numberManager = $(monster.template(self, 'app'));

Expand Down

0 comments on commit e0153a7

Please sign in to comment.