Package html lib into single (2 for now) files

To generate:
(1) cd into client/html
(2) run: ../tools/copy_dart.py release html.dart

Review URL: https://chromereviews.googleplex.com/3565013

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@190 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
vsm@google.com 2011-10-07 02:55:41 +00:00
parent 909ba0d3a7
commit 71197ca222
2 changed files with 21862 additions and 0 deletions

View file

@ -0,0 +1,17 @@
#library('bootstrap_hacks');
#import('dart:dom');
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
class BootstrapHacks {
static Window getWindow() {
return dom_window;
}
}

21845
client/html/release/html.dart Normal file

File diff suppressed because it is too large Load diff