Advertisement
neobeethoven

Untitled

Apr 25th, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. var visibleCodes = flow.requiredImages.visible().map(function (img) {  
  2.     return img.lookup_code;
  3. });
  4.  
  5. // flow.requiredImages.visible() is a knockout.js observable array
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement