UNPKG

ember-simplemde

Version:

A component wrapper for SimpleMDE markdown editor

29 lines (21 loc) 454 B
## Module Report ### Unknown Global **Global**: `Ember.testing` **Location**: `addon/components/simple-mde.js` at line 7 ```js assign, get, testing, typeOf, } = Ember; ``` ### Unknown Global **Global**: `Ember.Logger` **Location**: `tests/dummy/app/controllers/application.js` at line 27 ```js name: 'custom', action: function(editor) { Ember.Logger.log(editor); // Do custom stuff here. }, ```