Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-06-22 16:22:30 +03:00
parent 6f553d2408
commit 35350e22bf
2 changed files with 2 additions and 4 deletions

View File

@ -84,9 +84,7 @@ var FeatureProto =
module.FeatureProto = { module.FeatureProto = {
tag: null, tag: null,
isApplicable: function(actions){ isApplicable: function(actions){ return true },
return true
},
getPriority: function(){ getPriority: function(){
var res = this.priority || 0 var res = this.priority || 0

View File

@ -1,6 +1,6 @@
{ {
"name": "ig-features", "name": "ig-features",
"version": "3.0.0", "version": "3.0.1",
"description": "", "description": "",
"main": "features.js", "main": "features.js",
"scripts": { "scripts": {