mirror of
https://github.com/flynx/features.js.git
synced 2025-10-29 10:20:09 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6f553d2408
commit
35350e22bf
@ -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
|
||||||
|
|||||||
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user