Replaced FUNCTION_ID by FUNCTION_KEY - fixes #1164

This commit is contained in:
alawatthe
2015-04-06 10:53:41 +02:00
parent 3a768db2bf
commit 9a28f3fdb1
6 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@
}
FUNCTION_ID.toString = function () {
return FUNCTION_ID.toString();
return FUNCTION_KEY.toString();
};
return FUNCTION_ID;

View File

@@ -4,7 +4,7 @@
}
FUNCTION_ID.toString = function () {
return FUNCTION_ID.toString();
return FUNCTION_KEY.toString();
}
return FUNCTION_ID;