mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
pass undefined through fn closure for better minification
This commit is contained in:
parent
194b2c1ea0
commit
5432dd289a
1 changed files with 1 additions and 1 deletions
|
|
@ -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, undefined){
|
||||
|
|
|
|||
Loading…
Reference in a new issue