Merge one change from next-release: enabling smooth scrolling by default

This commit is contained in:
Jeff Parsons 2016-08-19 16:15:21 -07:00
commit 95a5158225
17 changed files with 299 additions and 232 deletions

View file

@ -39,9 +39,6 @@ if (NODE) {
var ReportAPI = require("../../shared/lib/reportapi");
var Component = require("../../shared/lib/component");
var State = require("../../shared/lib/state");
/*
* TODO: I'm confused why WebStorm complains if the following require() is missing in THIS file but not other files.
*/
var PC8080 = require("./defines");
var Bus8080 = require("./bus");
var Messages8080= require("./messages");