File tree Expand file tree Collapse file tree 6 files changed +14
-14
lines changed
Expand file tree Collapse file tree 6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " regularjs" ,
3- "version" : " 0.3.0-pre " ,
3+ "version" : " 0.3.0" ,
44 "main" : " dist/regular.js" ,
55 "description" : " reactjs + angularjs = regularjs" ,
66 "authors" : " @leeluolee <87399126@163.com>" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " regularjs" ,
3- "version" : " 0.3.0-pre " ,
3+ "version" : " 0.3.0" ,
44 "main" : " src/index.js" ,
55 "scripts" : [
66 " src/Regular.js" ,
Original file line number Diff line number Diff line change 11/**
22@author leeluolee
3- @version 0.3.0-pre
3+ @version 0.3.0
44@homepage http://regularjs.github.io
55*/
66; ( function ( ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " regularjs" ,
3- "version" : " 0.3.0-pre " ,
3+ "version" : " 0.3.0" ,
44 "author" : {
55 "name" : " leeluolee"
66 },
Original file line number Diff line number Diff line change 11/**
22@author leeluolee
3- @version 0.3.0-pre
3+ @version 0.3.0
44@homepage http://regularjs.github.io
55*/
66
Original file line number Diff line number Diff line change @@ -8,16 +8,16 @@ void function(){
88 }
99
1010
11- // insert a test css
12- var sheet = ( function ( ) {
13- // Create the <style> tag
14- var style = document . createElement ( "style" ) ;
11+ // // insert a test css
12+ // var sheet = (function() {
13+ // // Create the <style> tag
14+ // var style = document.createElement("style");
1515
16- style . appendChild ( document . createTextNode ( "" ) ) ;
17- document . head . appendChild ( style ) ;
16+ // style.appendChild(document.createTextNode(""));
17+ // document.head.appendChild(style);
1818
19- return style . sheet ;
20- } ) ( ) ;
19+ // return style.sheet;
20+ // })();
2121
2222 describe ( "Animation" , function ( ) {
2323 var Component = Regular . extend ( ) ;
@@ -250,7 +250,7 @@ void function(){
250250 }
251251 } )
252252 emit . call ( component , {
253- param : "toast, hello" ,
253+ param : "toast, hello"
254254 } ) ( function ( ) {
255255 expect ( toasted ) . to . equal ( "leeluolee" ) ;
256256 done ( ) ;
You can’t perform that action at this time.
0 commit comments