move src/scrolling.ts into src/content

This commit is contained in:
Saul Reynolds-Haertle 2018-09-29 16:36:57 -07:00
parent b181840ceb
commit 2d16c4d925
2 changed files with 1 additions and 1 deletions

View file

@ -114,7 +114,7 @@ import * as SELF from "./.excmds_content.generated"
Messaging.addListener("excmd_content", Messaging.attributeCaller(SELF)) Messaging.addListener("excmd_content", Messaging.attributeCaller(SELF))
import * as DOM from "./dom" import * as DOM from "./dom"
import { executeWithoutCommandLine } from "@src/content/commandline_content" import { executeWithoutCommandLine } from "@src/content/commandline_content"
import * as scrolling from "./scrolling" import * as scrolling from "@src/content/scrolling"
// } // }
//#background_helper //#background_helper