Skip to content

Commit

Permalink
hoist up copywrite to top of file
Browse files Browse the repository at this point in the history
  • Loading branch information
drewfish committed Dec 2, 2013
1 parent 9f19dd4 commit a7ef382
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Intl.js
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
/*jshint proto:true, eqnull:true, boss:true, laxbreak:true, newcap:false, shadow:true, funcscope:true */
(function (globals, Intl) {

if (globals.Intl)
globals.OldIntl = globals.Intl;
globals.Intl = Intl;

/**
* @license Copyright 2013 Andy Earnshaw, MIT License
*
Expand All @@ -15,6 +8,13 @@ globals.Intl = Intl;
*
* CLDR format locale data should be provided using Intl.__addLocaleData().
*/
/*jshint proto:true, eqnull:true, boss:true, laxbreak:true, newcap:false, shadow:true, funcscope:true */

(function (globals, Intl) {

if (globals.Intl)
globals.OldIntl = globals.Intl;
globals.Intl = Intl;

"use strict";
var
Expand Down

0 comments on commit a7ef382

Please sign in to comment.