Skip to content

Commit

Permalink
Merge pull request #75 from mohayonao/compile-error
Browse files Browse the repository at this point in the history
fix compile-error
  • Loading branch information
mohayonao committed Jun 16, 2014
2 parents 6bb3b83 + ff89469 commit 35fdf9b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "scscript",
"version": "0.0.54",
"version": "0.0.55",
"author": "Nao Yonamine <mohayonao@gmail.com>",
"homepage": "http://mohayonao.github.io/SCScript/",
"bugs": "https://github.com/mohayonao/SCScript/issues",
Expand Down
4 changes: 2 additions & 2 deletions src/sc/classlib/Streams/ListPatterns.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function(sc) {
SCScript.install(function(sc) {
"use strict";

require("./Patterns");
Expand Down Expand Up @@ -65,4 +65,4 @@
// TODO: implements storeArgs
});

})(sc);
});
4 changes: 2 additions & 2 deletions src/sc/classlib/Streams/Patterns.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function(sc) {
SCScript.install(function(sc) {
"use strict";

require("../Core/AbstractFunction");
Expand Down Expand Up @@ -287,4 +287,4 @@
}, "inval");
});

})(sc);
});

0 comments on commit 35fdf9b

Please sign in to comment.