Skip to content

Commit

Permalink
fix cordova reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Saneyan committed Aug 15, 2016
1 parent 9dc2c52 commit ddab179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion va-auth.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
_auth: function (e) {
var provider = e.detail.provider;

if (cordova) {
if (window.cordova) {
var url = this.resolveUrl('../va-cordova-oauth/va-cordova-oauth.html', null, null, true);

this.importHref(url, function () {
Expand Down

0 comments on commit ddab179

Please sign in to comment.