Guest User

Untitled

a guest
May 27th, 2018
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. eq_macro = function(macro, context, skin) {
  2. var check = macro.parameters[0];
  3. var control = macro.parameters[1];
  4. log.info('Check: ' + check + ', control: ' + control);
  5. return check == control;
  6. };
  7.  
  8.  
  9. 1189382 [qtp1832731181-23] INFO skins.helpers.macros - Check: [MacroTag index []{}], control: properties
  10. 1189383 [qtp1832731181-23] INFO skins.helpers.macros - Check: [MacroTag index []{}], control: properties
  11. 1189384 [qtp1832731181-23] INFO skins.helpers.macros - Check: [MacroTag index []{}], control: properties
  12. 1189385 [qtp1832731181-23] INFO skins.helpers.macros - Check: [MacroTag index []{}], control: properties
  13. 1189392 [qtp1832731181-23] INFO skins.helpers.macros - Check: [MacroTag index []{}], control: properties
Add Comment
Please, Sign In to add comment