kjayma / surveyor_gui

An extension to nubic/surveyor that adds reports and a forms to build surveys
MIT License
45 stars 42 forks source link

`.data("surveyor-gui-mount-point")` gives 'undefined' (null) #51

Open okliv opened 9 years ago

okliv commented 9 years ago

therefore, it has to be compared with null not .length

kjayma commented 9 years ago

At some point, I tried that, and still errored. I think a combination of checking on length>0 and != undefined might be best. Will modify and push.

On Sat, Jun 20, 2015 at 5:09 AM, okliv notifications@github.com wrote:

therefore, it has to be compared with null not .length

You can view, comment on, or merge this pull request online at:

https://github.com/kjayma/surveyor_gui/pull/51 Commit Summary

  • .data("surveyor-gui-mount-point") gives 'undefined' (null)

File Changes

Patch Links:

— Reply to this email directly or view it on GitHub https://github.com/kjayma/surveyor_gui/pull/51.