File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22'use strict' ;
33
44module . exports = {
5- name : 'wildember' ,
6-
7- included : function ( app , parentAddon ) {
8- this . _super . included ( app ) ;
9-
10- // make sure app is correctly assigned when being used as a nested addon
11- // if (app.app) {
12- // app = app.app;
13- // }
14- // this.app = app;
15-
16- app . import ( app . bowerDirectory + '/wildember/dist/js/wildember.js' ) ;
17- //
18- // this.app.import('vendor/wildember/shim.js', {
19- // type: 'vendor',
20- // exports: { 'wildember': ['default'] }
21- // });
22- }
5+ name : 'wildember'
6+ // included: function(app, parentAddon) {
7+ // this._super.included(app);
8+ //
9+ // // make sure app is correctly assigned when being used as a nested addon
10+ // // if (app.app) {
11+ // // app = app.app;
12+ // // }
13+ // // this.app = app;
14+ //
15+ // app.import(app.bowerDirectory + '/wildember/dist/js/wildember.js');
16+ // //
17+ // // this.app.import('vendor/wildember/shim.js', {
18+ // // type: 'vendor',
19+ // // exports: { 'wildember': ['default'] }
20+ // // });
21+ // }
2322} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " wildember" ,
33 "description" : " 一个方便、快捷连接野狗实时服务适配器。" ,
4- "version" : " 1.5.5 " ,
4+ "version" : " 1.5.6 " ,
55 "author" : " ubuntuvim (https://github.com/ubuntuvim/)" ,
66 "homepage" : " https://wildember.ddlisting.com" ,
77 "directories" : {
You can’t perform that action at this time.
0 commit comments