Skip to content

Commit

Permalink
Reduced width of mini-code examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
evangoer committed Apr 12, 2012
1 parent f79e4a9 commit 0eb6f75
Showing 1 changed file with 23 additions and 17 deletions.
40 changes: 23 additions & 17 deletions docs/syntax/index.mustache
Expand Up @@ -430,7 +430,8 @@ YUI user agent detection...
<td>
```
/**
Identifies state changes originating...
Identifies state changes
originating from...
@property SRC_REPLACE
@type String
Expand All @@ -455,8 +456,8 @@ Identifies state changes originating...
<td>
```
/**
The current default button as
configured through...
The current default button
as configured through...
@attribute defaultButton
@type Node
Expand Down Expand Up @@ -489,12 +490,15 @@ configured through...
<td>
```
/**
Diameter of the circular background
object. Other objects scale accordingly.
Set this only before rendering.
Diameter of the circular
background object. Other
objects scale accordingly.
Set this only before
rendering.
@attribute diameter
@type {Number} number of px in diameter
@type {Number} number of px
in diameter
@default 100
@writeOnce
**/
Expand Down Expand Up @@ -524,20 +528,21 @@ Set this only before rendering.
<td>
```
/**
@param {String} name Attribute name
or object property path.
@param {String} name An
Attribute name or
object property path.
**/
```
```
/**
@param {Object} [options] Data to be
mixed into the event facade of the
`change` event(s) for these
attributes.
@param {Boolean} [options.silent=false]
If `true`, no `change` event will
be fired.
@param {Object} [options] Data
to be mixed into the event
facade of the `change`
event(s) for these attributes.
@param {Boolean} [options.silent]
If `true`, no `change` event
will be fired.
**/
```
</td>
Expand Down Expand Up @@ -872,7 +877,8 @@ render: function () {
/**
@property locale
@type String
@deprecated Use `config.lang` instead.
@deprecated Use `config.lang`
instead.
**/
```
</td>
Expand Down

0 comments on commit 0eb6f75

Please sign in to comment.