Skip to content

Commit

Permalink
fix(init): use jQuery#ready for init if available
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorMinar committed Mar 23, 2012
1 parent 5390fb3 commit b57bd4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular.suffix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

publishExternalAPI(angular);

JQLite(document).ready(function() {
jqLite(document).ready(function() {
angularInit(document, bootstrap);
});

Expand Down

1 comment on commit b57bd4a

@mhevery
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.