Files
sdk/client/base/base.dart
T
2011-11-11 01:24:59 +00:00

15 lines
465 B
Dart

// 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.
#library('base');
#import('dart:html');
#import('../observable/observable.dart');
#import('../util/utilslib.dart');
#source('AnimationScheduler.dart');
#source('Device.dart');
#source('DomWrapper.dart');
#source('Env.dart');
#source('Size.dart');