Removed typo
This commit is contained in:
parent
e7104f2205
commit
48d0499ae6
@ -1835,7 +1835,7 @@ Example of quick&dirty iOS device properties extraction
|
||||
var UIDevice = ObjC.classes.UIDevice.currentDevice();
|
||||
UIDevice.$ownMethods
|
||||
.filter(function(method) {
|
||||
return method.indexOf(':') == -1 /* filter out methods with parameters */·
|
||||
return method.indexOf(':') == -1 /* filter out methods with parameters */
|
||||
&& method.indexOf('+') == -1 /* filter out public methods */
|
||||
})
|
||||
.forEach(function(method) {
|
||||
|
Loading…
Reference in New Issue
Block a user