Created
October 6, 2009 12:43
-
-
Save metafeather/202984 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Seen in the Facebook Client library | |
} catch (e) { | |
if (e.number == -2146828218) { | |
//Permission denied | |
return; | |
} | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment