Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5432dd2

Browse files
committed
pass undefined through fn closure for better minification
1 parent 194b2c1 commit 5432dd2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular.prefix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
2222
* THE SOFTWARE.
2323
*/
24-
(function(window, document){
24+
(function(window, document, undefined){

0 commit comments

Comments
 (0)