diff options
| author | Misko Hevery | 2011-11-14 15:08:21 -0800 |
|---|---|---|
| committer | Misko Hevery | 2011-11-14 20:31:21 -0800 |
| commit | 955551141de88f15760e3e6e8cb8503ee34b6f6e (patch) | |
| tree | 3aab0d02dc619610fdb72c3559969bf680bb985f /src/scenario/angular.suffix | |
| parent | 94e1a07b28629c19c51ed41fc8181b985741ffa1 (diff) | |
| download | angular.js-955551141de88f15760e3e6e8cb8503ee34b6f6e.tar.bz2 | |
style(angularPublic): move public export definition to AnuglarPublic.js
Diffstat (limited to 'src/scenario/angular.suffix')
| -rw-r--r-- | src/scenario/angular.suffix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scenario/angular.suffix b/src/scenario/angular.suffix index 014c2cc9..a79fd270 100644 --- a/src/scenario/angular.suffix +++ b/src/scenario/angular.suffix @@ -1,3 +1,5 @@ +publishExternalAPI(angular); + var $runner = new angular.scenario.Runner(window), config = angularJsConfig(document); |
