diff options
| author | Misko Hevery | 2010-03-29 10:40:57 -0700 | 
|---|---|---|
| committer | Misko Hevery | 2010-03-29 10:40:57 -0700 | 
| commit | c655b884e268c8c9b6853d440143953f51b7e7de (patch) | |
| tree | 5b6fdea96f526bce3f37d72caf7af3044f9508c1 /src/angular.prefix | |
| parent | 258ca5f16581f0e8befa493644225a02ae2fc002 (diff) | |
| download | angular.js-c655b884e268c8c9b6853d440143953f51b7e7de.tar.bz2 | |
tests broken, but bootstrap works
Diffstat (limited to 'src/angular.prefix')
| -rw-r--r-- | src/angular.prefix | 10 | 
1 files changed, 5 insertions, 5 deletions
| diff --git a/src/angular.prefix b/src/angular.prefix index 26a8429f..0552b2ed 100644 --- a/src/angular.prefix +++ b/src/angular.prefix @@ -1,18 +1,18 @@  /**   * The MIT License - *  + *   * Copyright (c) 2010 Adam Abrons and Misko Hevery http://getangular.com - *  + *   * Permission is hereby granted, free of charge, to any person obtaining a copy   * of this software and associated documentation files (the "Software"), to deal   * in the Software without restriction, including without limitation the rights   * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell   * copies of the Software, and to permit persons to whom the Software is   * furnished to do so, subject to the following conditions: - *  + *   * The above copyright notice and this permission notice shall be included in   * all copies or substantial portions of the Software. - *  + *   * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR   * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,   * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE @@ -21,4 +21,4 @@   * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN   * THE SOFTWARE.   */ -(function(window, document){ +(function(window, document, onLoadDelegate){ | 
