Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / vendor / caxy / php-htmldiff / demo / demo.module.js
1 (function() {
2     'use strict';
3
4     angular.module('demo', [
5         'ngSanitize',
6         'ngCkeditor',
7         'ui.bootstrap'
8     ]);
9 })();