Skip to content

Commit

Permalink
Adding new modules to AkihabaraInterface
Browse files Browse the repository at this point in the history
  • Loading branch information
PotHix committed Feb 6, 2012
1 parent 7ce853b commit b7b1e10
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .jshintrc
@@ -1,13 +1,11 @@
{
"predef": [
"jasmine", "it", "describe", "expect", "ActiveXObject", "createRequest",
"gbox", "gamecycle", "audio", "topview", "shmup", "input", "platformer",
"trigo", "help", "toys",

"Akihabara", "AkihabaraAudio", "AkihabaraInput", "AkihabaraDebug", "AkihabaraDevices",
"AkihabaraGamecycle", "AkihabaraToys", "AkihabaraTrigo", "AkihabaraIphofretboard",
"AkihabaraIphopad", "AkihabaraHelp", "AkihabaraGamebox", "AkihabaraTools",
"AkihabaraTopview", "AkihabaraShmup", "AkihabaraPlatformer"
"AkihabaraIphopad", "AkihabaraHelpers", "AkihabaraGamebox", "AkihabaraTools",
"AkihabaraTile", "AkihabaraTopview", "AkihabaraShmup", "AkihabaraPlatformer"
],

// Browser, Frameworks and Globals
Expand Down
3 changes: 2 additions & 1 deletion src/akihabara_interface.js
Expand Up @@ -7,10 +7,11 @@
var AkihabaraInterface = {
Audio: AkihabaraAudio,
Gamecycle: AkihabaraGamecycle,
Help: AkihabaraHelpers,
Helpers: AkihabaraHelpers,
Input: AkihabaraInput,
Tools: AkihabaraTools,
Toys: AkihabaraToys,
Tile: AkihabaraTile,

plugins: {
"Topview": AkihabaraTopview,
Expand Down

0 comments on commit b7b1e10

Please sign in to comment.