/Frameworks/AppKit/browser.platform/CPSecureTextField.j
http://github.com/jfahrenkrug/MapKit-HelloWorld · Unknown · 9 lines · 9 code · 0 blank · 0 comment · 0 complexity · 446d346e82070e04d148b08cbaf48fbc MD5 · raw file
- i;13;CPTextField.jc;287;
- var _1=objj_allocateClassPair(CPTextField,"CPSecureTextField"),_2=_1.isa;
- objj_registerClassPair(_1);
- objj_addClassForBundle(_1,objj_getBundleWithPath(OBJJ_CURRENT_BUNDLE.path));
- class_addMethods(_1,[new objj_method(sel_getUid("isSecure"),function(_3,_4){
- with(_3){
- return YES;
- }
- })]);