Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Mathew Zummo <mzummo@gmail.com>
  • Loading branch information
mzummo committed Jun 22, 2015
1 parent 9219046 commit e5654dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/docparser.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,9 @@ YUI.add('docparser', function (Y) {
'url', // project url(s)
'uses', // 0..n compents mixed (usually, via augment) into the prototype
'value', // the value of a constant
'writeonce' // YUI attribute config
'writeonce', // YUI attribute config
'implements', // Implements Interface
'interface' // Is Interface
],

/**
Expand Down

0 comments on commit e5654dd

Please sign in to comment.