Build: Update jscs and lint files

Fixes gh-2056
This commit is contained in:
Oleg Gaidarenko
2015-08-16 09:59:58 +03:00
parent 7aa46e0df8
commit 10fdad742a
129 changed files with 8640 additions and 7900 deletions

View File

@@ -1,4 +1,4 @@
define([
define( [
"../core",
"../var/rnotwhite",
"./accepts"
@@ -29,7 +29,7 @@ Data.prototype = {
value: value,
writable: true,
configurable: true
});
} );
}
return owner[ this.expando ];
},
@@ -100,7 +100,7 @@ Data.prototype = {
return this.get( owner, key );
}
// [*]When the key is not a string, or both a key and value
// When the key is not a string, or both a key and value
// are specified, set or extend (existing objects) with either:
//
// 1. An object of properties
@@ -157,4 +157,4 @@ Data.prototype = {
};
return Data;
});
} );