mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
7 lines
76 B
CoffeeScript
7 lines
76 B
CoffeeScript
module.exports = ->
|
|
try
|
|
require 'jquery'
|
|
true
|
|
catch e
|
|
false
|