planit
Version:
Interactive markers on an image or blank canvas
25 lines (18 loc) • 809 B
text/coffeescript
class Planit
# ------------------------------------------ DOM References
# ------------------------------------------ Instantiation
new: (@options = {}) ->
return new Planit.Plan(@options)
# ------------------------------------------ Global Helpers
str = Math.random().toString(36).slice(2)
str = str + Math.random().toString(36).slice(2)
str.substring(0, length - 1)