renamed .getAttr(..) to a less confusing .getActionAttr(..)...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2017-01-02 19:42:56 +03:00
parent b34d227858
commit 48506495e7
2 changed files with 2 additions and 2 deletions

View File

@ -603,7 +603,7 @@ module.MetaActions = {
// Get action attribute...
//
getAttr: function(action, attr){
getActionAttr: function(action, attr){
var cur = this
// go up the proto chain...

View File

@ -1,6 +1,6 @@
{
"name": "ig-actions",
"version": "1.9.0",
"version": "2.0.0",
"description": "",
"main": "actions.js",
"scripts": {