File: utils.coffee

Defined in: src

Method Summary

Method Details

~ (void) pushAsArrayItem(ctx, container, item)

Pushes item to container array of object ctx creating it if necessary.

Parameters:

  • ctx ( Object )
  • container ( String )
  • item ( * )

~ (void) pushAsArrayUniqueItem(ctx, container, item)

Pushes item to container array of object ctx creating it if necessary. Equals to @see pushAsArrayItem but do not adds duplicate entries.

Parameters:

  • ctx ( Object )
  • container ( String )
  • item ( * )

~ (void) addAsObjectMember(ctx, container, key, value)

Assigns value to container hash inside ctx object creating it if necessary.

Parameters:

  • ctx ( Object )
  • container ( String )
  • key ( String )
  • value ( * )

~ (String) capitalizeFirst(string)

Capitalizes first letter

Parameters:

  • string ( String )

Returns:

  • String

    Quickly fuzzy find classes, mixins, methods, file:

    Control the navigation frame:

    You can focus and blur the search input: