forked from GitHub/gf-core
Minor indentation fixes in gflib.js
Despite it being deprecated 🙈
This commit is contained in:
@@ -391,11 +391,11 @@ GFConcrete.prototype.unlex = function (ts) {
|
|||||||
};
|
};
|
||||||
GFConcrete.prototype.tagIt = function (obj, tag) {
|
GFConcrete.prototype.tagIt = function (obj, tag) {
|
||||||
if (isString(obj)) {
|
if (isString(obj)) {
|
||||||
var o = new String(obj);
|
var o = new String(obj);
|
||||||
o.setTag(tag);
|
o.setTag(tag);
|
||||||
return o;
|
return o;
|
||||||
} else {
|
} else {
|
||||||
var me = arguments.callee;
|
var me = arguments.callee;
|
||||||
if (arguments.length == 2) {
|
if (arguments.length == 2) {
|
||||||
me.prototype = obj;
|
me.prototype = obj;
|
||||||
var o = new me();
|
var o = new me();
|
||||||
|
|||||||
Reference in New Issue
Block a user