Skip to content

Commit

Permalink
Merge pull request #14 from dirkgroenen/master
Browse files Browse the repository at this point in the history
Added tests for the browse methods and fixed quotes
  • Loading branch information
eddiemoore committed Dec 23, 2014
2 parents 231cd4c + 5140304 commit 17c92fc
Show file tree
Hide file tree
Showing 7 changed files with 919 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spotify",
"version": "0.9.1",
"version": "0.9.3",
"authors": [
"Ed Moore <[email protected]>"
],
Expand Down
4 changes: 2 additions & 2 deletions dist/angular-spotify.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-spotify",
"version": "0.9.1",
"version": "0.9.3",
"description": "Angular Service to connect to Spotify Web API",
"main": "Gruntfile.js",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion src/angular-spotify.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@
};

/**
====================== Bowse =====================
====================== Browse =====================
*/
NgSpotify.prototype.getFeaturedPlaylists = function (options) {
return this.api('/browse/featured-playlists', 'GET', options, null, {
Expand Down
Loading

0 comments on commit 17c92fc

Please sign in to comment.