| Index: polymer_0.5.4/bower_components/core-image/core-image.html
|
| diff --git a/polymer_0.5.0/bower_components/core-image/core-image.html b/polymer_0.5.4/bower_components/core-image/core-image.html
|
| similarity index 99%
|
| copy from polymer_0.5.0/bower_components/core-image/core-image.html
|
| copy to polymer_0.5.4/bower_components/core-image/core-image.html
|
| index 6693436902aa7df40ec42dcbf493836116f247f1..f992c3152bdf127e280abc1f6b50e8364a98850d 100644
|
| --- a/polymer_0.5.0/bower_components/core-image/core-image.html
|
| +++ b/polymer_0.5.4/bower_components/core-image/core-image.html
|
| @@ -93,9 +93,9 @@ Examples:
|
| * shown. This may be useful when a binding to the src property is known to
|
| * be invalid, to prevent 404 requests.
|
| *
|
| - * @attribute src
|
| - * @type string
|
| - * @default null
|
| + * @attribute load
|
| + * @type boolean
|
| + * @default true
|
| */
|
| load: true,
|
|
|
|
|