phonegap-app-star-track
Advanced tools
Comparing version 1.0.2 to 1.0.3
# Example app CHANGELOG: | ||
## A few tweaks and updates | ||
### my-app.js | ||
1. Removed some `console.log` statements | ||
### img/logo.png | ||
1. Added an image to satisfy the SplashScreen's browser implementation | ||
## Name Change | ||
@@ -4,0 +14,0 @@ |
{ | ||
"name": "phonegap-app-star-track", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A PhoneGap example app using Framework7 and the Spotify API.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -95,3 +95,2 @@ // Code for platform detection | ||
var favorites = JSON.parse(localStorage.getItem('favorites')); | ||
console.log(favorites); | ||
mainView.router.load({ | ||
@@ -243,2 +242,3 @@ template: myApp.templates.favorites, | ||
setPlaybackControlsStatus('stopped'); | ||
break; | ||
default: | ||
@@ -254,4 +254,2 @@ // Default fall back not needed | ||
var favorites = this.favorites.filter(function(fave) { | ||
console.log(this.id); | ||
console.log(fave.id); | ||
return fave.id !== this.id; | ||
@@ -258,0 +256,0 @@ }, this); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6756413
116
44443