requirejs-rails icon indicating copy to clipboard operation
requirejs-rails copied to clipboard

error only in production - jquery Object.defineProperty is not a function

Open arthurccube opened this issue 12 years ago • 1 comments

my requirejs modules work very well in development but lota of problems after deploy.

the core issue is due to the abent of jquery since jquery pop up the error

Object.defineProperty is not a function

arthurccube avatar Nov 30 '13 11:11 arthurccube

This could be a browser issue, see Browser compatibility of Object.defineProperty()

alxndr avatar Oct 19 '14 19:10 alxndr