Created
August 31, 2015 18:09
-
-
Save brittanydionigi/e9a0e7e146aa2e67155a to your computer and use it in GitHub Desktop.
offliner setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
importScripts('dist/offliner.min.js'); | |
// import here the plug-ins for offliner | |
var offliner = new off.Offliner({ | |
workerUrl: '/path/to/worker-file.js' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment