Skip to content

Commit

Permalink
pass hbsy runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond de Wit committed Jun 23, 2014
1 parent c65e8ed commit eafb481
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/index.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
require "madlib-settings"
require "madlib-object-utils"
require "madlib-xhr"
require "hbsfy/runtime"
require "node-polyglot"
require "moment"
require "accounting"
Expand All @@ -18,13 +17,12 @@
"madlib-settings"
"madlib-object-utils"
"madlib-xhr"
"hbsfy/runtime"
"node-polyglot"
"moment"
"accounting"
], factory )

)( ( Q, console, settings, objectUtils, XHR, Handlebars, Polyglot, Moment, accounting ) ->
)( ( Q, console, settings, objectUtils, XHR, Polyglot, Moment, accounting ) ->
###*
# This module is used to handle translations, formatting and locale settings
#
Expand All @@ -39,7 +37,7 @@
initialized: false
localeLocation: "./i18n"

initialize: ( locale, localeLocation ) ->
initialize: ( Handlebars, locale, localeLocation ) ->

if @initialized is false

Expand Down

0 comments on commit eafb481

Please sign in to comment.