mirror of
https://github.com/documize/community.git
synced 2025-07-24 23:59:47 +02:00
removed upgrade file
This commit is contained in:
parent
2da0089c1c
commit
5de856e579
1 changed files with 0 additions and 42 deletions
|
@ -1,42 +0,0 @@
|
|||
## Module Report
|
||||
### Unknown Global
|
||||
|
||||
**Global**: `Ember.testing`
|
||||
|
||||
**Location**: `app/services/tether.js` at line 20
|
||||
|
||||
```js
|
||||
export default Ember.Service.extend({
|
||||
createDrop() {
|
||||
if (Ember.testing) {
|
||||
return;
|
||||
}
|
||||
```
|
||||
|
||||
### Unknown Global
|
||||
|
||||
**Global**: `Ember.testing`
|
||||
|
||||
**Location**: `app/services/tether.js` at line 27
|
||||
|
||||
```js
|
||||
},
|
||||
createTooltip() {
|
||||
if (Ember.testing) {
|
||||
return;
|
||||
}
|
||||
```
|
||||
|
||||
### Unknown Global
|
||||
|
||||
**Global**: `Ember.Handlebars`
|
||||
|
||||
**Location**: `app/utils/model.js` at line 22
|
||||
|
||||
```js
|
||||
|
||||
setSafe(attr, value) {
|
||||
this.set(attr, Ember.String.htmlSafe(Ember.Handlebars.Utils.escapeExpression(value)));
|
||||
}
|
||||
});
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue