mirror of
https://github.com/exane/not-gwent-online
synced 2024-10-31 10:36:53 +00:00
package.json changes
This commit is contained in:
parent
246c27f990
commit
6c709b855c
@ -4,15 +4,7 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "gulpfile.js",
|
"main": "gulpfile.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"babelify": "^6.1.2",
|
|
||||||
"backbone": "^1.2.1",
|
|
||||||
"browserify": "^10.2.4",
|
|
||||||
"gulp": "^3.9.0",
|
|
||||||
"gulp-livereload": "^3.8.0",
|
|
||||||
"gulp-sass": "^2.0.1",
|
|
||||||
"socket.io": "^1.3.5",
|
"socket.io": "^1.3.5",
|
||||||
"vinyl-source-stream": "^1.1.0",
|
|
||||||
"socket.io-client": "^1.3.5"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"babelify": "^6.1.2",
|
"babelify": "^6.1.2",
|
||||||
|
@ -1,28 +0,0 @@
|
|||||||
var Entity = (function(){
|
|
||||||
var Entity = function(){
|
|
||||||
if(!(this instanceof Entity)){
|
|
||||||
return (new Entity());
|
|
||||||
}
|
|
||||||
/**
|
|
||||||
* constructor here
|
|
||||||
*/
|
|
||||||
|
|
||||||
|
|
||||||
};
|
|
||||||
var r = Entity.prototype;
|
|
||||||
/**
|
|
||||||
* methods && properties here
|
|
||||||
* r.property = null;
|
|
||||||
* r.getProperty = function() {...}
|
|
||||||
*/
|
|
||||||
r._battleside;
|
|
||||||
|
|
||||||
r.setBattleside = function(b) {
|
|
||||||
this._battleside = b;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
return Entity;
|
|
||||||
})();
|
|
||||||
|
|
||||||
module.exports = Entity;
|
|
Loading…
Reference in New Issue
Block a user