Advertisement
Guest User

qwert4567

a guest
Apr 24th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ;(() => {
  2.   "use strict";
  3.   if (typeof global === 'undefined' && typeof window !== 'undefined') {
  4.     window.global = window;
  5.   }
  6.   let __star = global.starlight.runtime,
  7.       $0 = __star.globalScope,
  8.       $ = $0,
  9.       __star_tmp;
  10.   let __star_call = __star.call,
  11.       __star_T = __star.T,
  12.       __star_op_bool = __star.op.bool;let __star_op_unm = __star.op.unm,
  13.       __star_op_not = __star.op.not,
  14.       __star_op_len = __star.op.len,
  15.       __star_op_concat = __star.op.concat,
  16.       __star_op_add = __star.op.add,
  17.       __star_op_sub = __star.op.sub,
  18.       __star_op_mul = __star.op.mul,
  19.       __star_op_div = __star.op.div,
  20.       __star_op_mod = __star.op.mod,
  21.       __star_op_eq = __star.op.eq,
  22.       __star_op_neq = __star.op.neq,
  23.       __star_op_lt = __star.op.lt,
  24.       __star_op_gt = __star.op.gt,
  25.       __star_op_lte = __star.op.lte,
  26.       __star_op_gte = __star.op.gte,
  27.       __star_op_pow = __star.op.pow;let __star_op_and = __star.op.and,
  28.       __star_op_or = __star.op.or;
  29.   let Tget, Tset, Tins, $get, $set, $setLocal, __star_shift;(() => {
  30.     let call = Function.prototype.call,
  31.         bind = call.bind.bind(call),
  32.         Tproto = __star_T.prototype,
  33.         $proto = __star.globalScope.constructor.prototype;Tget = bind(Tproto.get), Tset = bind(Tproto.set), Tins = bind(Tproto.insert);$get = bind($proto.get), $set = bind($proto.set), $setLocal = bind($proto.setLocal);__star_shift = bind(Array.prototype.shift);
  34.   })();__star_call($get($, 'rawset'), Tget($get($, 'package'), 'preload'), 'src.dashboard_campaings', (__star_tmp = function (...args) {
  35.     let $1 = $0.extend(),
  36.         $ = $1;
  37.     $.setVarargs(args);
  38.     __star_tmp = [...__star_call(Tget($get($, 'window'), 'jq'), $get($, 'window'), '.autocomplete')];$setLocal($, 'input', __star_tmp[0]);
  39.     __star_call(Tget($get($, 'input'), 'autocomplete'), $get($, 'input'), new __star_T(t => {
  40.       Tset(t, 'serviceUrl', '/ajax/suggest/banks');
  41.       Tset(t, 'paramName', 'q');
  42.       Tset(t, 'onSelect', (__star_tmp = function (...args) {
  43.         let $2 = $1.extend(),
  44.             $ = $2;
  45.         $setLocal($, 'suggestion', __star_shift(args));
  46.         __star_call($get($, 'print'), $get($, 'suggestion'));return [];
  47.       }, __star_tmp.toString = () => 'function: 0x1', __star_tmp));
  48.     }));return [];
  49.   }, __star_tmp.toString = () => 'function: 0x2', __star_tmp));
  50.   __star_call($get($, 'require'), 'src.dashboard_campaings');
  51. })();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement