mirror of
https://github.com/pulsar-edit/pulsar.git
synced 2024-11-10 10:17:11 +03:00
7 lines
76 B
CoffeeScript
7 lines
76 B
CoffeeScript
module.exports = ->
|
|
try
|
|
require 'jquery'
|
|
true
|
|
catch e
|
|
false
|