Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
BasePort: add 'function' to the list of valid data types
  • Loading branch information
djdeath committed May 6, 2014
1 parent ed0e161 commit 1a48a15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/BasePort.coffee
Expand Up @@ -19,6 +19,7 @@ validTypes = [
'color'
'date'
'bang'
'function'
]

class BasePort extends EventEmitter
Expand Down

0 comments on commit 1a48a15

Please sign in to comment.