Skip to content

Commit

Permalink
Merge pull request #593 from w3c/BUG-590-Wont-Save
Browse files Browse the repository at this point in the history
Make sure UI plugins are added (close #590)
  • Loading branch information
Marcos Caceres committed Mar 2, 2016
2 parents ff90192 + 15e7c4b commit f1c073d
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 f1c073d

Please sign in to comment.