monarch-initiative / phenogrid

The phenogrid widget
13 stars 14 forks source link

Changes due to ajax sync to async #150

Closed yuanzhou closed 8 years ago

yuanzhou commented 8 years ago

I'm creating this PR for Harry's changes resulted from changing ajax sync to async.

  1. Added dev-bundle in gulpfile.js for easy debugging.
  2. Changes related to sync to async.

Notes: will clean up some small things after merging this PR.

  1. remove quotes on async: 'true'
  2. look into the self reference passed to callback functions.