Skip to content

Instantly share code, notes, and snippets.

@Iheartweb
Created January 31, 2012 04:05
Show Gist options
  • Select an option

  • Save Iheartweb/1708711 to your computer and use it in GitHub Desktop.

Select an option

Save Iheartweb/1708711 to your computer and use it in GitHub Desktop.
Getting Started with Lu: Configuration
//Set the path to lu.js on your server. For cross-domain paths see:
//https://github.com/linkedin/inject
PATH_TO_LU = '/path_to_your/lu.js',
//Set the path to where your lu-controls folder.
PATH_TO_LU_CONTROLS = '/path_to_your/lu-controls/',
//For older browsers Lu uses Crockford's Json Library.
PATH_TO_JSON2 = '/path_to_your/json2.js',
//Lu will log messages in the console. Set the level of logging from 0 to 4
DEBUG = 0;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment