/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

  1. i;13;CPTextField.jc;287;
  2. var _1=objj_allocateClassPair(CPTextField,"CPSecureTextField"),_2=_1.isa;
  3. objj_registerClassPair(_1);
  4. objj_addClassForBundle(_1,objj_getBundleWithPath(OBJJ_CURRENT_BUNDLE.path));
  5. class_addMethods(_1,[new objj_method(sel_getUid("isSecure"),function(_3,_4){
  6. with(_3){
  7. return YES;
  8. }
  9. })]);