Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagejavascript
/*jshint
    globalstrict: true,
    indent: 2,
    maxlen: 120,
    strict: true,
    white: false */
/*global flash, goog, mx, org */

'use strict';

FlexJS uses 'maxlen 120' to avoid a warning for long lines caused by long 'goog.require' statements. 'gjslint' takes care of the 80 char enforcement.