zeroclipboard / zeroclipboard-rails

ZeroClipboard rails gem
http://zeroclipboard.org/
MIT License
125 stars 36 forks source link

tweak swfPath config for js module definitions #29

Open alxndr opened 9 years ago

alxndr commented 9 years ago

If ZeroClipboard is not in scope when asset-path.js.erb is being run, it will error out with ZeroClipboard is not defined when it tries to set ZeroClipboard.config({ swfPath: '...' }).

This is currently only tested with requirejs-rails, which the first conditional addresses.