Linting the JS code

This commit is contained in:
macdonst
2011-11-08 06:54:15 +08:00
parent 29c7e12505
commit 5406d6c98f
11 changed files with 44 additions and 42 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ PhoneGap.Media.onStatus = function(id, msg, value) {
media.errorCallback({"code":value});
}
}
else if (msg == Media.MEDIA_POSITION) {
else if (msg === Media.MEDIA_POSITION) {
media._position = value;
}
};