Skip to content

Commit

Permalink
make a package change
Browse files Browse the repository at this point in the history
  • Loading branch information
Emily Stark committed Jul 21, 2014
1 parent 3b9157b commit cede24e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/oauth/oauth_client.js
Expand Up @@ -14,6 +14,7 @@ OAuth = {};
// @param dimensions {optional Object(width, height)} The dimensions of
// the popup. If not passed defaults to something sane.
OAuth.showPopup = function (url, callback, dimensions) {
console.log("I'm a trivial change");
// default dimensions that worked well for facebook and google
var popup = openCenteredPopup(
url,
Expand Down

0 comments on commit cede24e

Please sign in to comment.