From 8fe92b94ce5e1e2857d088752d94e19db7e3d8a8 Mon Sep 17 00:00:00 2001 From: Valerio Virgillito Date: Sun, 17 Jun 2012 22:31:44 -0700 Subject: montage v11 merge into ninja Signed-off-by: Valerio Virgillito --- .../montage/data/rest-access/rest-object-id.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 node_modules/montage/data/rest-access/rest-object-id.js (limited to 'node_modules/montage/data/rest-access/rest-object-id.js') diff --git a/node_modules/montage/data/rest-access/rest-object-id.js b/node_modules/montage/data/rest-access/rest-object-id.js new file mode 100755 index 00000000..7398ed6a --- /dev/null +++ b/node_modules/montage/data/rest-access/rest-object-id.js @@ -0,0 +1,21 @@ +/* +This file contains proprietary software owned by Motorola Mobility, Inc.
+No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.
+(c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. +
*/ +/** + @module montage/data/rest-object-id + @requires montage/data/object-id + @requires montage/core/logger +*/ +var Montage = require("montage").Montage; +var ObjectId = require("data/object-id").ObjectId; +var logger = require("core/logger").logger("rest-object-id"); +/** + @class module:montage/data/rest-access/rest-object-id.RestObjectId + @extends module:montage/data/-object-id.ObjectId +*/ +var RestObjectId = exports.RestObjectId = Montage.create(ObjectId,/** @lends module:montage/data/rest-access/rest-object-id.RestObjectId# */ { + + +}); -- cgit v1.2.3