Skip to content

Commit b2f8398

Browse files
committed
Merge pull request #3408 from shamsher31/master
Update exit() to exitApp()
2 parents bda4de1 + d3a2bee commit b2f8398

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

js/angular/directive/refresher.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848
* of the refresher.
4949
* @param {expression=} on-pulling Called when the user starts to pull down
5050
* on the refresher.
51+
* @param {string=} pulling-text The text to display while the user is pulling down.
5152
* @param {string=} pulling-icon The icon to display while the user is pulling down.
5253
* Default: 'ion-android-arrow-down'.
5354
* @param {string=} spinner The {@link ionic.directive:ionSpinner} icon to display

js/utils/platform.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* var currentPlatform = ionic.Platform.platform();
4141
* var currentPlatformVersion = ionic.Platform.version();
4242
*
43-
* ionic.Platform.exit(); // stops the app
43+
* ionic.Platform.exitApp(); // stops the app
4444
* });
4545
* ```
4646
*/

0 commit comments

Comments
 (0)