Skip to content
Snippets Groups Projects
Commit c38c4327 authored by Austin King's avatar Austin King
Browse files

Merge pull request #1444 from mozilla/issue1442

fix regression where an undefined second argument to .get() would cause ...
parents 76a747ab 8f216998
No related branches found
No related tags found
No related merge requests found
......@@ -1122,6 +1122,7 @@
},
// get an assertion
get: function(callback, options) {
options = options || {};
checkCompat(true);
internalWatch({
onlogin: function(assertion) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment