mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix docs method names
This commit is contained in:
@@ -118,7 +118,7 @@
|
||||
},
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name ionic.Platform#isiPad
|
||||
* @name ionic.Platform#isIPad
|
||||
* @returns {boolean} Whether we are running on iPad.
|
||||
*/
|
||||
isIPad: function() {
|
||||
@@ -126,7 +126,7 @@
|
||||
},
|
||||
/**
|
||||
* @ngdoc method
|
||||
* @name ionic.Platform#isiOS
|
||||
* @name ionic.Platform#isIOS
|
||||
* @returns {boolean} Whether we are running on iOS.
|
||||
*/
|
||||
isIOS: function() {
|
||||
|
||||
Reference in New Issue
Block a user