Skip to content

Commit

Permalink
Add types for _boundMQHandler and _mq
Browse files Browse the repository at this point in the history
  • Loading branch information
rictic committed Oct 7, 2015
1 parent 8b626ce commit ae7137a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion iron-media-query.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,21 @@
type: String,
observer: 'queryChanged'
},


/**
* @type {function(MediaQueryList)}
*/
_boundMQHandler: {
value: function() {
return this.queryHandler.bind(this);
}
},

/**
* @type {MediaQueryList}
*/
_mq: {
value: null
}
},

Expand Down

0 comments on commit ae7137a

Please sign in to comment.