Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
meh
Browse files Browse the repository at this point in the history
  • Loading branch information
constantology committed Nov 28, 2012
1 parent 7c40945 commit 93cb70d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions m8.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
;!function( root, Name, PACKAGE ) {
"use strict";

/*~ m8/src/vars.js ~*/
/*~ src/vars.js ~*/
// if ENV === commonjs we want root to be global
typeof global == 'undefined' ? root : ( root = global );

Expand Down Expand Up @@ -58,7 +58,7 @@
'Number' : [], 'Object' : [], 'RegExp' : [], 'String' : []
};

/*~ m8/src/lib.js ~*/
/*~ src/lib.js ~*/
function __lib__( val ) { return val; }

function bless( ns, ctx ) {
Expand Down Expand Up @@ -360,7 +360,7 @@
return o;
}

/*~ m8/src/lib.x.js ~*/
/*~ src/lib.x.js ~*/
// Commonjs Modules 1.1.1: http://wiki.commonjs.org/wiki/Modules/1.1.1
// notes section: http://wiki.commonjs.org/wiki/Modules/ProposalForNativeExtension
// specifies the possibility of sandboxing JavaScript Natives in Modules in future versions
Expand All @@ -387,7 +387,7 @@
Type[__xid__] = extenders.length; // assigned every time __lib__.x() is called, and
} // potentilly throwing overwrite errors.

/*~ m8/src/nativex.js ~*/
/*~ src/nativex.js ~*/
x.cache( 'Array', function( Type ) {
var PROTO = Type.prototype;

Expand Down Expand Up @@ -522,7 +522,7 @@
}, 'w' );
} );

/*~ m8/src/expose.js ~*/
/*~ src/expose.js ~*/
iter( PACKAGE ) || ( PACKAGE = ENV == 'commonjs' ? module : root );

defs( ( __lib__ = expose( __lib__, Name, PACKAGE ) ), {
Expand Down
2 changes: 1 addition & 1 deletion m8.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 93cb70d

Please sign in to comment.