removed 6 underscore requires

This commit is contained in:
Peter Cottle 2015-04-20 16:19:15 +10:00
parent b5cf7f9343
commit 93d9ac693f
11 changed files with 48 additions and 31 deletions

View file

@ -113,7 +113,7 @@ var CommandPromptView = Backbone.View.extend({
// 10px for monospaced font at "1" zoom
var zoom = require('../util/zoomLevel').detectZoom();
var widthPerChar = 10 * zoom;
var widthPerChar = 9.65 * zoom;
var heightPerRow = 22 * zoom;
var widthOfParagraph = $(this.commandParagraph).width();