Skip to content

Commit

Permalink
Cleared up code
Browse files Browse the repository at this point in the history
Removed version number from code to reduce the size of the file.
  • Loading branch information
eddiemoore committed Nov 20, 2014
1 parent 9869fb9 commit 12d954e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
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.

6 changes: 2 additions & 4 deletions src/angular-spotify.js
Expand Up @@ -45,11 +45,9 @@
};

/**
* SDK version
* API Base URL
*/
settings.version = 'v1';

settings.apiBase = 'https://api.spotify.com/' + settings.version;
settings.apiBase = 'https://api.spotify.com/v1';

this.$get = ['$q', '$http', '$window', function ($q, $http, $window) {

Expand Down

0 comments on commit 12d954e

Please sign in to comment.