added example
This commit is contained in:
		
							parent
							
								
									72bd0d9c3a
								
							
						
					
					
						commit
						fbbfa9fd47
					
				
							
								
								
									
										2
									
								
								dist
									
									
									
									
									
								
							
							
								
								
								
								
								
								
									
									
								
							
						
						
									
										2
									
								
								dist
									
									
									
									
									
								
							@ -1 +1 @@
 | 
				
			|||||||
Subproject commit 96f8f77dc4d90cd7fdc09ecb354b8ce7ae270796
 | 
					Subproject commit 625a64635aa47b18e1533774cf707899fb032051
 | 
				
			||||||
@ -1,6 +1,6 @@
 | 
				
			|||||||
{
 | 
					{
 | 
				
			||||||
  "name": "yjs",
 | 
					  "name": "yjs",
 | 
				
			||||||
  "version": "0.6.42",
 | 
					  "version": "0.7.1",
 | 
				
			||||||
  "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
 | 
					  "description": "A framework for real-time p2p shared editing on arbitrary complex data types",
 | 
				
			||||||
  "main": "y.js",
 | 
					  "main": "y.js",
 | 
				
			||||||
  "scripts": {
 | 
					  "scripts": {
 | 
				
			||||||
 | 
				
			|||||||
							
								
								
									
										1
									
								
								src/y.js
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								src/y.js
									
									
									
									
									
								
							@ -11,6 +11,7 @@ require('./Connectors/Test.js')(Y)
 | 
				
			|||||||
var requiringModules = {}
 | 
					var requiringModules = {}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
module.exports = Y
 | 
					module.exports = Y
 | 
				
			||||||
 | 
					Y.requiringModules = requiringModules
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Y.extend = function (name, value) {
 | 
					Y.extend = function (name, value) {
 | 
				
			||||||
  Y[name] = value
 | 
					  Y[name] = value
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user