| Index: dart/site/try/index.html
|
| diff --git a/dart/site/try/index.html b/dart/site/try/index.html
|
| index 09ad1b3cd9b89ecb93aba5d70a7bbb623e757542..0a42cad4722513472c24d5474e8bdfafa4d89fd0 100644
|
| --- a/dart/site/try/index.html
|
| +++ b/dart/site/try/index.html
|
| @@ -275,6 +275,14 @@ Except as otherwise <a href="http://code.google.com/policies.html#restrictions">
|
| <script type="application/javascript" src="https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/browser/lib/dart.js"></script>
|
| <script type="application/dart" src="leap.dart"></script>
|
| -->
|
| +<script type="application/javascript">
|
| + if (self.localStorage &&
|
| + !Object.prototype.hasOwnProperty.call(
|
| + self.localStorage, 'hasSelectionModify')) {
|
| + self.localStorage.hasSelectionModify =
|
| + typeof window.getSelection().modify != 'undefined';
|
| + }
|
| +</script>
|
| <script type="application/javascript" src="leap.dart.js"></script>
|
| </body>
|
| </html>
|
|
|