Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 937a575

Browse files
committed
break it
1 parent b9d3964 commit 937a575

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/angular.bind.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
if (window.angular.bootstrap) {
22
//AngularJS is already loaded, so we can return here...
3-
if (!!window.console) {
4-
console.log('WARNING: Tried to load angular more than once.');
5-
}
3+
console.log('WARNING: Tried to load angular more than once.');
64
return;
75
}
86

0 commit comments

Comments
 (0)