Skip to content

Commit

Permalink
fix amd module name
Browse files Browse the repository at this point in the history
(cherry picked from commit ef26c2a)
  • Loading branch information
pmlopes committed Jan 18, 2016
1 parent 657b37d commit dfbf075
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@
async: true,
packages: [
{name: 'sockjs', location: '/sockjs-client/dist', main: 'sockjs'},
{name: 'vertx3bus', location: '/vertx3-eventbus-client', main: 'vertx-eventbus'}
{name: 'vertx-eventbus', location: '/vertx3-eventbus-client', main: 'vertx-eventbus'}
]"></script>

<script>
require([
'dojo/dom',
'dojo/dom-construct',
'vertx3bus'
'vertx-eventbus'
], function (dom, domConstruct, EventBus) {
var loggingNode = dom.byId('log');

Expand Down

0 comments on commit dfbf075

Please sign in to comment.