Skip to content

Commit

Permalink
moved function out.
Browse files Browse the repository at this point in the history
  • Loading branch information
watcherdm committed Jul 14, 2011
1 parent 121f856 commit 8d1f1c8
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions index.js
@@ -1,10 +1,6 @@
/**
* @author Gabriel
*/
if ( typeof $ == "undefined" ) {

$(function(){
$('body').append("<h3>jQuery Initialized</h3>");
});

}
$(function(){
$('body').append("<h3>jQuery Initialized</h3>");
});

0 comments on commit 8d1f1c8

Please sign in to comment.