Skip to content
This repository has been archived by the owner on Feb 13, 2019. It is now read-only.

Commit

Permalink
Version to 0.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Kos committed Sep 18, 2015
1 parent ad08ffd commit f824cb9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bulbs-public-embed-instagram",
"version": "0.0.8",
"version": "0.0.9",
"main": [
"dist/jquery.instagram-embed-processor.js"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/jquery.instagram-embed-processor.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ InstagramEmbedProcessor.prototype._getInstagramEmbedScript = function () {
var self = this;
$.getScript(this._settings.instagramEmbedScriptUrl)
.done(function () {
self.shared.instagramLoaded.resolve();
self._shared.instagramLoaded.resolve();
})
.fail(function () {
self.shared.instagramLoaded.reject(arguments);
self._shared.instagramLoaded.reject(arguments);
console.error('Unable to load instagram embed script!', arguments);
});
}
Expand Down

0 comments on commit f824cb9

Please sign in to comment.