| Index: src/site/_includes/library-tour/isolates.markdown
|
| diff --git a/src/site/_includes/library-tour/isolates.markdown b/src/site/_includes/library-tour/isolates.markdown
|
| index 2e0b36443ae5154e435578024b7198fe5034ea12..977c841c4ba81e554b645b1178ee8cf5e35059f2 100644
|
| --- a/src/site/_includes/library-tour/isolates.markdown
|
| +++ b/src/site/_includes/library-tour/isolates.markdown
|
| @@ -67,10 +67,13 @@ It is illegal to use a function closure as an entry point to an isolate.
|
| Pass the entry point to
|
| [spawnFunction()](http://api.dartlang.org/dart_isolate.html#spawnFunction).
|
|
|
| -<aside class="note" id="isolates-static-method" markdown="1">
|
| -<b>Note:</b> Both the dart2js compiler and the Dart VM
|
| -([bug #3011](http://code.google.com/p/dart/issues/detail?id=3011)) do not yet
|
| -support static methods as isolate entry points.
|
| +<aside id="isolates-static-method">
|
| + <div class="alert alert-info">
|
| + <strong>Tip:</strong>
|
| + <b>Note:</b> Both the dart2js compiler and the Dart VM
|
| + <a href="http://code.google.com/p/dart/issues/detail?id=3011">bug #3011</a>
|
| + do not yet support static methods as isolate entry points.
|
| + </div>
|
| </aside>
|
|
|
| {% highlight dart %}
|
|
|