Skip to content

Commit

Permalink
Minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofoschi committed Jun 20, 2015
1 parent e0b69cc commit 646ba5c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ Package.onUse(function(api) {

api.use([
'fortawesome:[email protected]',
'[email protected]',
'twbs:[email protected]'
'[email protected]'
], 'client');

api.use([
Expand Down
4 changes: 3 additions & 1 deletion server/services/core/translation.coffee
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
global = @

class @Crater.Services.Core.Translation extends @Crater.Services.Core.Base

addEmptyTranslation: (key, route) ->
Expand All @@ -12,7 +14,7 @@ class @Crater.Services.Core.Translation extends @Crater.Services.Core.Base
if key.indexOf('commons.') is 0
obj.common = true

Translation.create obj
global.Translation.create obj


translate: (doc) ->
Expand Down

0 comments on commit 646ba5c

Please sign in to comment.