Created
January 31, 2012 04:05
-
-
Save Iheartweb/1708711 to your computer and use it in GitHub Desktop.
Getting Started with Lu: Configuration
This file contains hidden or 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
| //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