Skip to content

Instantly share code, notes, and snippets.

################################################################################
# Created 07 Jan 2016 by Jordan Robert Dobson / @jordandobson / JordanDobson.com
################################################################################
#
# Valid & Tested InputField Types: "text", "email", "number", "url", "tel", "password", "search"
#
# These types REQUIRE a value: property in the correct format and IGNORE the placeholder property.
#
# * time: "12:38"
# * month: "2016-01"
class exports.Timeline
constructor: (@timelines) ->
@timeline = ""
@pointer = 0
@master = []
@makeTimelines()
@constructStrings()
makeTimelines: () ->