mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
Upgraded to Ember JS 2.16.x release. This upgrade uses the new JavaScript modules API syntax. Integrated Bootstrap 4 Beta 2 via package.json and associated popper.js library. Overridden Bootstrap styles using bootstrap.scss -- this file selectively imports the modules we need.
622 B
622 B
Module Report
Unknown Global
Global: Ember.testing
Location: app/services/tether.js
at line 20
export default Ember.Service.extend({
createDrop() {
if (Ember.testing) {
return;
}
Unknown Global
Global: Ember.testing
Location: app/services/tether.js
at line 27
},
createTooltip() {
if (Ember.testing) {
return;
}
Unknown Global
Global: Ember.Handlebars
Location: app/utils/model.js
at line 22
setSafe(attr, value) {
this.set(attr, Ember.String.htmlSafe(Ember.Handlebars.Utils.escapeExpression(value)));
}
});