We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
My project has following config in my bower.json
"devDependencies": { "angular-masonry-directive": "https://github.com/klederson/angular-masonry-directive.git#cf0c7a5f6aebdc60f8eda73f360d9f6b53af9267", "masonry": "3.3.2" }
I started getting following error from "imagesloaded.js" (v.4.1.0) line: 115 "Uncaught TypeError: Cannot read property 'prototype' of undefined"
ImagesLoaded.prototype = Object.create( EvEmitter.prototype );¨
could you fix bower.json to use more specific versions instead just "latest" so it would not cause unexpected crashes?
For now I need to add 'ImagesLoaded" also as dependency for my project as well and define version to '3.2.0'.
The text was updated successfully, but these errors were encountered:
Reason is over here desandro/imagesloaded@eb483b9
Sorry, something went wrong.
No branches or pull requests
Hi,
My project has following config in my bower.json
I started getting following error from "imagesloaded.js" (v.4.1.0) line: 115
"Uncaught TypeError: Cannot read property 'prototype' of undefined"
could you fix bower.json to use more specific versions instead just "latest" so it would not cause unexpected crashes?
For now I need to add 'ImagesLoaded" also as dependency for my project as well and define version to '3.2.0'.
The text was updated successfully, but these errors were encountered: