Skip to content

Instantly share code, notes, and snippets.

@pentaho-nbaker
Created December 6, 2012 15:18
Show Gist options
  • Save pentaho-nbaker/4225230 to your computer and use it in GitHub Desktop.
Save pentaho-nbaker/4225230 to your computer and use it in GitHub Desktop.
cdf-module candidate
pen.define(['cdf/Base',
'cdf/underscore',
'cdf/backbone',
'cdf/mustache',
'cdf/lib/shims',
'cdf/Dashboards',
'cdf/jquery.ui',
'cdf/jquery-impromptu.3.1',
'cdf/jquery-ui-datepicker-i18n',
'cdf/jquery.bgiframe',
'cdf/jquery.blockUI',
'cdf/jquery.corner',
'cdf/jquery.eventstack',
'cdf/jquery.i18n.properties',
'cdf/jquery.jdMenu',
'cdf/jquery.positionBy',
'cdf/jquery.sparkline',
'cdf/jquery.tooltip',
'cdf/simile/ajax/simile-ajax-api',
'cdf/simile/ajax/scripts/json',
'cdf/json',
'cdf/lib/shims',
'cdf/lib/CCC/pvc-d1.0',
'cdf/lib/CCC/protovis',
'cdf/lib/CCC/tipsy',
'cdf/lib/CCC/jquery.tipsy',
'cdf/lib/CCC/def',
'cdf/backbone',
'cdf/underscore',
'cdf/mustache',
'cdf/components/ccc',
'cdf/components/core',
'cdf/components/input' ,
'cdf/components/jfreechart',
'cdf/components/maps',
'cdf/components/navigation',
'cdf/components/pentaho',
'cdf/components/simpleautocomplete',
'cdf/components/table',
'cdf/components/core',
'cdf/components/ccc',
'cdf/components/input' ,
'cdf/components/jfreechart',
'cdf/components/maps',
'cdf/components/navigation',
'cdf/components/pentaho',
'cdf/components/simpleautocomplete',
'cdf/components/table'], function(){
});
@pentaho-nbaker
Copy link
Author

This version as committed back to CDF:
webdetails/cdf#49

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment