Skip to content

Commit df430cf

Browse files
author
Vlad Balin
committed
cleanpu
1 parent d123cd8 commit df430cf

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

app.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20384,14 +20384,6 @@
2038420384
// link to enclosed object or array member
2038520385
at: function at(key) {
2038620386
return new NestedLink(this, key);
20387-
/*Link( this.value[ key ], function( x ){
20388-
if( this.value !== x ){
20389-
var objOrArr = link.value;
20390-
objOrArr = clone( objOrArr );
20391-
objOrArr[ key ] = x;
20392-
link.set( objOrArr );
20393-
}
20394-
} );*/
2039520387
},
2039620388

2039720389
// iterates through enclosed object or array, generating set of links

app.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,11 @@
3636
"style-loader": "^0.13.0",
3737
"webpack": "^1.12.6"
3838
},
39+
"files": [
40+
"index.js",
41+
"tags.jsx",
42+
"LICENSE"
43+
],
3944
"scripts": {
4045
"test": "echo \"Error: no test specified\" && exit 1",
4146
"build": "node_modules/.bin/webpack",

0 commit comments

Comments
 (0)