Skip to content

Instantly share code, notes, and snippets.

@hfcorriez
Created July 28, 2012 17:40
Show Gist options
  • Save hfcorriez/3194133 to your computer and use it in GitHub Desktop.
Save hfcorriez/3194133 to your computer and use it in GitHub Desktop.
讨论JS风格
var _default_options = {
freezeTableName: true
, underscored: true
, charset: 'utf8'
, collate: 'utf8_general_ci'
};
@sofish
Copy link

sofish commented Jul 28, 2012

var mystyle = {
    hello: 'world',
    cat: 'who code',
    fist: 'im here'
}

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