• Sean Hammond's avatar
    Re-order methods in AnnotationController · a8506c21
    Sean Hammond authored
    Private functions first, then public methods, and each section in alphabetical
    order. This also means that all `on*()` event listener functions are together
    (except for vm.onKeydown()).
    
    Also always use the `function foo() {}` form instead of mixing it with
    `var foo = function() {}`.
    a8506c21
Name
Last commit
Last update
h Loading commit data...
scripts Loading commit data...
.hound.yml Loading commit data...
.jscsrc Loading commit data...
.jshintignore Loading commit data...
.jshintrc Loading commit data...
package.json Loading commit data...