You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MODULE_REPORT.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
4
4
**Global**: `Ember.Logger`
5
5
6
-
**Location**: `addon/services/showdown-converter.js` at line 16
6
+
**Location**: `addon/services/showdown-converter.js` at line 21
7
7
8
8
```js
9
9
// set showdown global settings from the environment
10
-
if (Ember.isEmpty(config.APP.showdown)) {
10
+
if (isEmpty(config.APP.showdown)) {
11
11
Ember.Logger.info('The `ember-cli-marked-down` addon will use ShowdownJS defaults to create the Converters.');
12
12
Ember.Logger.info('If you want to customize ShowdownJS behaviour, please see the ember-cli-marked-down README: https://github.com/cybertoothca/ember-cli-marked-down#showdownjs-configuration-optional');
13
13
return;
@@ -17,10 +17,10 @@
17
17
18
18
**Global**: `Ember.Logger`
19
19
20
-
**Location**: `addon/services/showdown-converter.js` at line 17
20
+
**Location**: `addon/services/showdown-converter.js` at line 22
21
21
22
22
```js
23
-
if (Ember.isEmpty(config.APP.showdown)) {
23
+
if (isEmpty(config.APP.showdown)) {
24
24
Ember.Logger.info('The `ember-cli-marked-down` addon will use ShowdownJS defaults to create the Converters.');
25
25
Ember.Logger.info('If you want to customize ShowdownJS behaviour, please see the ember-cli-marked-down README: https://github.com/cybertoothca/ember-cli-marked-down#showdownjs-configuration-optional');
0 commit comments