mirror of
https://github.com/flynx/object.js.git
synced 2025-10-29 02:20:08 +00:00
Merge branch 'master' of github.com:flynx/object.js
This commit is contained in:
commit
c3cbd26a62
@ -422,7 +422,11 @@ BOOTSTRAP(function(){
|
||||
// STOP(value) yielded / thrown
|
||||
// -> value yielded and iteration stops
|
||||
//
|
||||
// XXX doc!!!
|
||||
//
|
||||
// NOTE: this repeats the same code at lest twice, not sure yet how to avoid
|
||||
// this...
|
||||
//
|
||||
// XXX user doc!!!
|
||||
// XXX should we use this for sources(..) and friends...
|
||||
var stoppable =
|
||||
module.stoppable =
|
||||
@ -493,7 +497,8 @@ function(func){
|
||||
|
||||
// XXX EXPEREMENTAL...
|
||||
// should we support multple names???
|
||||
// XXX
|
||||
// XXX replace the current version with these..c
|
||||
// ...this will lead to breaking API..
|
||||
var _sources =
|
||||
module._sources =
|
||||
function*(obj, name=undefined){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user