mirror of
https://github.com/flynx/actions.js.git
synced 2025-10-28 18:00:11 +00:00
renamed .getAttr(..) to a less confusing .getActionAttr(..)...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b34d227858
commit
48506495e7
@ -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...
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ig-actions",
|
||||
"version": "1.9.0",
|
||||
"version": "2.0.0",
|
||||
"description": "",
|
||||
"main": "actions.js",
|
||||
"scripts": {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user