Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. /**
  2. * @memberof dataBase#query
  3. * @inner
  4. * @function makeArray
  5. * @description Wraps a string into an array. ex. Turns 'foo' into ['foo']
  6. so that foo[1] === f but ['foo'][1] === 'foo' (all part of the same line)
  7. */
  8.  
  9. /**
  10. * @function dataBase#query~makeArray
  11. * @description Wraps a string into an array. ex. Turns 'foo' into ['foo']
  12. so that foo[1] === f but ['foo'][1] === 'foo' (all part of the same line)
  13. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement