Skip to content

Commit

Permalink
Make sure UI plugins are added (close #590)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoscaceres committed Mar 2, 2016
1 parent ff90192 commit 15e7c4b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion js/profile-w3c-common.js
Expand Up @@ -54,7 +54,11 @@ define([
"w3c/aria",
"core/shiv",
"core/remove-respec",
"core/location-hash"
"core/location-hash",
"ui/about-respec",
"ui/dfn-list",
"ui/save-html",
"ui/search-specref",
],
function(domReady, runner, ui) {
var args = Array.prototype.slice.call(arguments);
Expand Down

0 comments on commit 15e7c4b

Please sign in to comment.