Skip to content

Commit

Permalink
release to 0.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
genify committed Apr 12, 2018
1 parent dbdd946 commit eb2db54
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
0.4.8 (2018-04-12)
0.4.9 (2018-04-12)
--------------------------------------------------------
- 功能支持
* 支持 res 依赖插件注入地址
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nej",
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/genify/nej",
"authors": [
"genify <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nej-framework",
"description": "JavaScript Cross-Platform Framework",
"version": "0.4.8",
"version": "0.4.9",
"license": "MIT",
"keywords": [
"nej",
Expand Down
6 changes: 4 additions & 2 deletions src/base/demo/define/define.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@
'pro/a',
'base/element',
'json!abc/define/a.json',
'res!./a/b/c.swf'
],function(a,e,json,swf){
'res!./a/b/c.swf',
'res!/a/c.swf'
],function(a,e,json,swf,xx){
log('a:'+json.a);
log(swf);
log(xx);
});
</script>
</body>
Expand Down
1 change: 0 additions & 1 deletion src/define.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@
res:function(_uri) {
__scache[_uri] = 2;
__rcache[_uri] = _uri;
_doCheckLoading();
}
};
return function(_uri){
Expand Down

0 comments on commit eb2db54

Please sign in to comment.