Skip to content

Commit

Permalink
CSS OM in external lib multiple bundle output (RequireJS config)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielweck committed Apr 5, 2018
1 parent c2512f1 commit 0b10675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ require.config({
'jquery', 'readium_cfi_js',
'underscore', 'URIjs', 'punycode', 'SecondLevelDomains', 'IPv6',
'jquerySizes', 'domReady', 'eventEmitter', 'console_shim',
'rangy', 'rangy-core', 'rangy-textrange', 'rangy-classapplier', 'rangy-highlighter', 'rangy-position']
'rangy', 'rangy-core', 'rangy-textrange', 'rangy-classapplier', 'rangy-highlighter', 'rangy-position', 'cssom']
}
]
});
2 changes: 1 addition & 1 deletion readium-js

0 comments on commit 0b10675

Please sign in to comment.