Skip to content

Commit

Permalink
Merge pull request #3 from flightjs/feature/karma-runner
Browse files Browse the repository at this point in the history
Use Karma runner
  • Loading branch information
necolas committed Jul 12, 2013
2 parents 4b532f8 + fec8067 commit 8c5d952
Show file tree
Hide file tree
Showing 39 changed files with 885 additions and 3,548 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Automatically normalize line endings for all text-based files
* text=auto
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,3 @@ node_js:
before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
script: "phantomjs components/phantom-jasmine/run_jasmine_test.coffee test/run/jasmine_test.html"
2 changes: 1 addition & 1 deletion app/component_data/compose_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'components/mustache/mustache',
'app/data',
'app/templates'
Expand Down
2 changes: 1 addition & 1 deletion app/component_data/mail_items.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'components/mustache/mustache',
'app/data',
'app/templates'
Expand Down
2 changes: 1 addition & 1 deletion app/component_data/move_to.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'components/mustache/mustache',
'app/data',
'app/templates'
Expand Down
2 changes: 1 addition & 1 deletion app/component_ui/compose_box.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component'
'flight/lib/component'
],

function(defineComponent) {
Expand Down
2 changes: 1 addition & 1 deletion app/component_ui/folders.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'./with_select'
],

Expand Down
2 changes: 1 addition & 1 deletion app/component_ui/mail_controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

define(
[
'components/flight/lib/component'
'flight/lib/component'
],

function(defineComponent) {
Expand Down
2 changes: 1 addition & 1 deletion app/component_ui/mail_items.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'./with_select'
],

Expand Down
2 changes: 1 addition & 1 deletion app/component_ui/move_to_selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
define(

[
'components/flight/lib/component',
'flight/lib/component',
'./with_select'
],

Expand Down
Loading

0 comments on commit 8c5d952

Please sign in to comment.