fixed linting

This commit is contained in:
Kevin Jahns 2015-11-07 22:18:28 +01:00
parent 6dc347642b
commit 010d0d684e
3 changed files with 3 additions and 2 deletions

2
dist

@ -1 +1 @@
Subproject commit 93a3ff3d6e97793dcdd553442cddefd15fd7d992
Subproject commit 0292181830c2df10528ba1a423b4c163cac5cff0

View File

@ -1,6 +1,6 @@
{
"name": "yjs",
"version": "0.6.35",
"version": "0.6.37",
"description": "A framework for real-time p2p shared editing on arbitrary complex data types",
"main": "y.js",
"scripts": {

View File

@ -1,3 +1,4 @@
/* global Y */
'use strict'
function extend (Y) {