Skip to content

Instantly share code, notes, and snippets.

history : new Y.HistoryHash(),
COMPONENTS : {
PageContentInfo : {
requires : ['PageContentInfo'],
initializer : '_initPageContentInfo'
},
PageContentForum : {
@rgrove
rgrove / gist:965702
Created May 11, 2011 00:51
Global YUI config
var YUI = require('yui3').YUI;
YUI.GlobalConfig = {
groups: {
yi: {
modules: {
"Yi.lang": {
fullpath: '/Volumes/Private/johnnyluu/Projects/yi/lib/lang.js'
},
"Yi.workflow": {