no console log

This commit is contained in:
Peter Cottle 2013-02-21 09:14:15 -08:00
parent f8a92580bd
commit 2837315c7d
5 changed files with 3 additions and 15 deletions

View file

@ -18388,10 +18388,6 @@ var CommandLineHistoryView = Backbone.View.extend({
var cD = $('#commandDisplay')[0];
var t = $('#terminal')[0];
console.log('I AM CHECKING scroll ehight');
console.log(cD, t);
console.log(cD.clientHeight, t.clientHeight);
// firefox hack
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
($(window).height() < cD.clientHeight);
@ -24467,10 +24463,6 @@ var CommandLineHistoryView = Backbone.View.extend({
var cD = $('#commandDisplay')[0];
var t = $('#terminal')[0];
console.log('I AM CHECKING scroll ehight');
console.log(cD, t);
console.log(cD.clientHeight, t.clientHeight);
// firefox hack
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
($(window).height() < cD.clientHeight);

File diff suppressed because one or more lines are too long

2
build/bundle.min.js vendored

File diff suppressed because one or more lines are too long

View file

@ -409,7 +409,7 @@
For a much easier time perusing the source, see the individual files at:
https://github.com/pcottle/learnGitBranching
-->
<script src="build/bundle.min.3421e8e8.js"></script>
<script src="build/bundle.min.ae39176e.js"></script>
<!-- The advantage of github pages: super-easy, simple, slick static hostic.
The downside? No raw logs to parse for analytics, so I have to include

View file

@ -357,10 +357,6 @@ var CommandLineHistoryView = Backbone.View.extend({
var cD = $('#commandDisplay')[0];
var t = $('#terminal')[0];
console.log('I AM CHECKING scroll ehight');
console.log(cD, t);
console.log(cD.clientHeight, t.clientHeight);
// firefox hack
var shouldScroll = (cD.clientHeight > t.clientHeight) ||
($(window).height() < cD.clientHeight);