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

Submodule dist updated: 93a3ff3d6e...0292181830

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) {