Skip to content

Commit

Permalink
some commenting
Browse files Browse the repository at this point in the history
  • Loading branch information
hofmeister committed Feb 9, 2013
1 parent 9099585 commit f989ebc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/lib/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,10 @@ $wb.ui.form.BaseField = $wb.Class('BaseField',{
}

});

/**
* A simple text component for inserting non-writable info into form
* @constructor
*/
$wb.ui.form.Text = $wb.Class('Text',{
__extends:[$wb.ui.form.BaseField],
_html:"",
Expand Down

0 comments on commit f989ebc

Please sign in to comment.