Ignore:
Timestamp:
12/09/12 16:49:22 (12 years ago)
Author:
hendrikvanantwerpen
Message:

Put all model dependent code in one place. More separation of general and domain code.

Location:
Dev/branches/rest-dojo-ui/client/rft/model
Files:
1 added
2 moved

Legend:

Unmodified
Added
Removed
  • Dev/branches/rest-dojo-ui/client/rft/model/widgets/QuestionEditorToolkit.js

    r414 r417  
    1111    'dijit/form/Button',
    1212    'dijit/form/ComboBox',
    13     '../store',
    14     './lists/CategoryListView',
     13    '../../store',
     14    './CategoryListView',
    1515    'dojo/text!./templates/QuestionEditorToolkit.html'
    1616    ], function(declare, lang, Source, domConstruct, Memory, _Container, _TemplatedMixin, _WidgetBase, _WidgetsInTemplateMixin, Button, ComboBox, store, CategoryListView, template) {
Note: See TracChangeset for help on using the changeset viewer.