Skip to content
This repository was archived by the owner on Sep 15, 2021. It is now read-only.

Commit ba0e035

Browse files
committed
chore(dist): rebuild
1 parent 705d7b3 commit ba0e035

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

demo/www/lib/ngCordova/dist/ng-cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,13 +3130,13 @@ angular.module('ngCordova.plugins.inAppBrowser', [])
31303130

31313131
close: function () {
31323132
ref.close();
3133+
ref = null;
31333134
},
31343135

31353136
show: function () {
31363137
ref.show();
31373138
},
31383139

3139-
31403140
executeScript: function (details) {
31413141
var q = $q.defer();
31423142

demo/www/lib/ngCordova/dist/ng-cordova.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ng-cordova.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3130,13 +3130,13 @@ angular.module('ngCordova.plugins.inAppBrowser', [])
31303130

31313131
close: function () {
31323132
ref.close();
3133+
ref = null;
31333134
},
31343135

31353136
show: function () {
31363137
ref.show();
31373138
},
31383139

3139-
31403140
executeScript: function (details) {
31413141
var q = $q.defer();
31423142

dist/ng-cordova.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)