2

I am having trouble working out the best way to add a jquery plugin when using requireJS to structure my javascript.

The plugins seem to be recognised before I optimize my scripts but then after optimization they don't seem to be found as part of the jquery object. My specifc case regard the jQuery easing pack.

I get the error:

Uncaught TypeError: Object # has no method 'easeOutBack'

Can you help me out?

wilsonpage
  • 17,341
  • 23
  • 103
  • 147

1 Answers1

3

I believe this problem is related to the problem posted here.

Community
  • 1
  • 1
jrburke
  • 6,776
  • 1
  • 32
  • 23