saribe / eModal

Easy Modal for bootstrap, is a simple way to create modal dialogs using javascript.
http://saribe.github.io/eModal
271 stars 97 forks source link

Cannot read property 'Deferred' of undefined' bug #35

Closed yamennassif closed 8 years ago

yamennassif commented 8 years ago

first try to the eModal and when loading the basic prompt function it shows the error that Deffered is not defined. used the same giving example eModal.prompt('What is the best song ever?', 'Fill the input');

the error is at eModal.js line #100

same happens with confirm function

yamennassif commented 8 years ago

it was mistake by me