Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
    • mirueger's avatar
      # updated discoverer to initialize components on the fly · 91c269da
      mirueger authored
      # updated to version without ease.js and with synonyms
      # [Aggregator] moved _getComponentsForUnsatisfiedAttributes() to [Discoverer]
      + [Discoverer] _getComponentsForUnsatisfiedAttributes()
      # [Discoverer] _getComponentsForUnsatisfiedAttributes() can initialize components if not already registered
      # [Interpreter] constructor Interpreter(discoverer, inAttributes, outAttributes)
      + [Interpreter] inOut
      # [Interpreter] _init()
      # [Interpreter] _initInterpreter()
      # [Interpreter] _initInAttributes()
      # [Interpreter] _initOutAttributes()
      # [Interpreter] _doesSatisfyTypeOf()
      # [Widget] constructor Widget(discoverer, outAttributes)
      + [Widget] inOut
      # [Widget] _initWidgetr()
      # [Widget] _initOutAttributes()
      # [Widget] _doesSatisfyTypeOf()
      91c269da
Loading