aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/core/converter/converter.js
diff options
context:
space:
mode:
authorArmen Kesablyan2012-02-15 14:28:21 -0800
committerArmen Kesablyan2012-02-15 14:28:21 -0800
commit2a5484af59544a9dfdda854d707455f08a24fe69 (patch)
tree31055dd7a5548ab307a094d02be7012c77eeb4b9 /node_modules/montage/core/converter/converter.js
parentbb4da39a73cbd6fbe83f3b7c9ed5ae60fe58dd6b (diff)
downloadninja-2a5484af59544a9dfdda854d707455f08a24fe69.tar.gz
Latest Montage Updates 0.6 Fixes
Signed-off-by: Armen Kesablyan <armen@motorola.com>
Diffstat (limited to 'node_modules/montage/core/converter/converter.js')
-rwxr-xr-xnode_modules/montage/core/converter/converter.js10
1 files changed, 0 insertions, 10 deletions
diff --git a/node_modules/montage/core/converter/converter.js b/node_modules/montage/core/converter/converter.js
index abce44e2..a23d2702 100755
--- a/node_modules/montage/core/converter/converter.js
+++ b/node_modules/montage/core/converter/converter.js
@@ -20,16 +20,6 @@ var FUNCTION_CLASS = '[object Function]',
20 20
21var _toString = Object.prototype.toString; 21var _toString = Object.prototype.toString;
22 22
23// TODO should maybe move these into String.isString and Number.isNumber to parallel Array.isArray
24
25/**
26 @exports module:montage/core/converter#isString
27 @function
28*/
29var isString = function(object) {
30 return _toString.call(object) === STRING_CLASS;
31};
32exports.isString = isString;
33 23
34/** 24/**
35 @exports module:montage/core/converter#isNumber 25 @exports module:montage/core/converter#isNumber