mirror of
https://github.com/atom/atom.git
synced 2026-02-15 00:55:14 -05:00
Load snippets in a web worker
A single web worker is now used to load snippets one bundle at a time.
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
# http://ringojs.org/api/v0.8/fs/
|
||||
|
||||
_ = require 'underscore'
|
||||
$ = require 'jquery'
|
||||
|
||||
module.exports =
|
||||
# Make the given path absolute by resolving it against the
|
||||
|
||||
Reference in New Issue
Block a user