Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. var testData = [
  2. { Text: "Lorem ipsum dolor sit amet", IsDone: false },
  3. { Text: "Sed fringilla tellus nec finibus maximus. Duis venenatis risus purus. Duis magna odio, eleifend vitae dignissim gravida, semper volutpat nisl", IsDone: false },
  4. { Text: "Ut nec erat non nulla ultricies condimentum", IsDone: true },
  5. ];
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement