Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix translation.js includes (weird it was already on dev?!)
Browse files Browse the repository at this point in the history
  • Loading branch information
mweibel committed Jan 19, 2014
1 parent bfacd51 commit 9828d12
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ module.exports = function(grunt) {
'src/core/chatRoom.js', 'src/core/chatRoster.js',
'src/core/chatUser.js', 'src/core/event.js',
'src/view/observer.js', 'src/view/pane.js',
'src/view/template.js', 'src/view/translation.js',
'src/view/translation/*.js'
'src/view/template.js', 'src/view/translation.js'
]
},
options: {
Expand Down

0 comments on commit 9828d12

Please sign in to comment.