Skip to content

Commit

Permalink
Remove redundant 'new' keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Joncom committed Sep 8, 2019
1 parent 4083816 commit d08b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/impact/debug/maps-panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ ig.DebugMapsPanel = ig.DebugPanel.extend({

var subPanel = new ig.DebugPanel( m, 'Layer '+m );

var head = new ig.$new('strong');
var head = ig.$new('strong');
head.textContent = m +': ' + map.tiles.path;
subPanel.container.appendChild( head );

Expand Down

0 comments on commit d08b2dc

Please sign in to comment.