| OLD | NEW |
| 1 #library('dom'); | 1 #library('dom'); |
| 2 | 2 |
| 3 #native('frog_dom.js'); | 3 #native('dom_frog.js'); |
| 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 4 // Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file |
| 5 // for details. All rights reserved. Use of this source code is governed by a | 5 // for details. All rights reserved. Use of this source code is governed by a |
| 6 // BSD-style license that can be found in the LICENSE file. | 6 // BSD-style license that can be found in the LICENSE file. |
| 7 | 7 |
| 8 // DO NOT EDIT | 8 // DO NOT EDIT |
| 9 // Auto-generated Dart DOM library. | 9 // Auto-generated Dart DOM library. |
| 10 | 10 |
| 11 | 11 |
| 12 | 12 |
| 13 // #source('src/_FactoryProviders.dart'); | 13 // #source('src/_FactoryProviders.dart'); |
| (...skipping 11981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 11995 startIndex = a.length - 1; | 11995 startIndex = a.length - 1; |
| 11996 } | 11996 } |
| 11997 for (int i = startIndex; i >= 0; i--) { | 11997 for (int i = startIndex; i >= 0; i--) { |
| 11998 if (a[i] == element) { | 11998 if (a[i] == element) { |
| 11999 return i; | 11999 return i; |
| 12000 } | 12000 } |
| 12001 } | 12001 } |
| 12002 return -1; | 12002 return -1; |
| 12003 } | 12003 } |
| 12004 } | 12004 } |
| OLD | NEW |