Created
June 23, 2010 22:44
-
-
Save caridy/450667 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8" /> | |
<title>test</title> | |
</head> | |
<body> | |
<!-- YUI 3 Seed //--> | |
<script type="text/javascript" src="../../../yui3/build/yui/yui-debug.js"></script> | |
<!-- Initialization process //--> | |
<script> | |
YUI({filter: 'debug', base: 'http://yui.yahooapis.com/combo?3.1.1/build/', combine: true}).use('node', function(Y) { | |
Y.log (1); | |
}); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment