Skip to content

Commit

Permalink
Expose widget utils
Browse files Browse the repository at this point in the history
  • Loading branch information
a-ignatov-parc committed Jul 13, 2016
1 parent af01455 commit 008d4e8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/client/app.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ define (require) ->
che.forms = require "clicks/forms"
che.anchors = require "clicks/anchors"
che.sectionsLoader = require "sections/loader"

che.widgets = require "widgets"
che.widgetsData = require "utils/widgetsData"

che.clicksPreprocessor = require "utils/preprocessors/clicks"
che.scrollPreprocessor = require "utils/preprocessors/scroll"
Expand Down

0 comments on commit 008d4e8

Please sign in to comment.