Skip to content

Commit

Permalink
Test comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Malakoff committed Sep 17, 2012
1 parent 51504c7 commit 62f0ab3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/knockback-page-navigator-panes/test-amd.coffee
@@ -1,7 +1,7 @@
$(document).ready( ->
module("knockback-page-navigators-panes-amd.js")

# Knockback and depdenencies
# library and dependencies
require(['underscore', 'backbone', 'knockout', 'knockback', 'knockback-page-navigator-panes'], (_, Backbone, ko, kb) ->
_ or= @_
Backbone or= @Backbone
Expand Down
2 changes: 1 addition & 1 deletion test/knockback-page-navigator-simple/test-amd.coffee
@@ -1,7 +1,7 @@
$(document).ready( ->
module("knockback-page-navigators-simple-amd.js")

# Knockback and depdenencies
# library and dependencies
require(['underscore', 'backbone', 'knockout', 'knockback', 'knockback-page-navigator-simple'], (_, Backbone, ko, kb) ->
_ or= @_
Backbone or= @Backbone
Expand Down
4 changes: 2 additions & 2 deletions test/knockback-pane-navigator/test-amd.coffee
@@ -1,7 +1,7 @@
$(document).ready( ->
module("knockback-page-navigators-simple-amd.js")
module("knockback-pane-navigators-amd.js")

# Knockback and depdenencies
# library and dependencies
require(['underscore', 'backbone', 'knockout', 'knockback', 'knockback-pane-navigator'], (_, Backbone, ko, kb) ->
_ or= @_
Backbone or= @Backbone
Expand Down

0 comments on commit 62f0ab3

Please sign in to comment.