From 06ac206707bc79813c4e5b5dedd1b9b3381f9f60 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Thu, 9 Oct 2014 13:36:19 -0700 Subject: [PATCH] Add clipboard to cache --- src/module-cache.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module-cache.coffee b/src/module-cache.coffee index 527e1abb7..173451222 100644 --- a/src/module-cache.coffee +++ b/src/module-cache.coffee @@ -138,7 +138,7 @@ registerBuiltins = (devMode) -> atomShellRoot = path.resolve(window.location.pathname, '..', '..', '..', 'atom') commonRoot = path.join(atomShellRoot, 'common', 'api', 'lib') - commonBuiltins = ['callbacks-registry', 'screen', 'shell'] + commonBuiltins = ['callbacks-registry', 'clipboard', 'screen', 'shell'] for builtin in commonBuiltins cache.builtins[builtin] = path.join(commonRoot, "#{builtin}.js")