Skip to content

Commit

Permalink
hotfix: mo/lang
Browse files Browse the repository at this point in the history
  • Loading branch information
dexteryy committed Jan 29, 2015
1 parent 59c6e36 commit 97632a9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,7 +1,7 @@
{
"name": "mo",
"description": "A collection of OzJS core modules that form a library called \"Mo\"",
"version": "1.7.3",
"version": "1.7.4",
"dependencies": {
},
"ignore": [
Expand Down
4 changes: 2 additions & 2 deletions lang.js
Expand Up @@ -13,8 +13,8 @@ define("mo/lang", [
"./lang/mix",
"./lang/struct",
"./lang/oop"
], function(es5, detect, _, struct, oo){
], function(_0, _1, _2, _3, _4, require, exports){

_.mix(exports, detect, _, struct, oo);
_2.mix(exports, _1, _2, _3, _4);

});
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"type": "MIT",
"url": "http://www.opensource.org/licenses/mit-license.php"
}],
"version": "1.7.3",
"version": "1.7.4",
"engines": {
"node": ">=0.8.0"
},
Expand Down

0 comments on commit 97632a9

Please sign in to comment.