From b89a7ee8b956c96a1dcee995ea840feddc5d4b27 Mon Sep 17 00:00:00 2001 From: Pierre Frisch Date: Thu, 22 Dec 2011 07:25:50 -0800 Subject: First commit of Ninja to ninja-internal Signed-off-by: Valerio Virgillito --- .../montage/data/restaccess/restobjectid.js | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100755 node_modules/montage/data/restaccess/restobjectid.js (limited to 'node_modules/montage/data/restaccess/restobjectid.js') diff --git a/node_modules/montage/data/restaccess/restobjectid.js b/node_modules/montage/data/restaccess/restobjectid.js new file mode 100755 index 00000000..f70bb4fd --- /dev/null +++ b/node_modules/montage/data/restaccess/restobjectid.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/restobjectid + @requires montage/data/objectid + @requires montage/core/logger +*/ +var Montage = require("montage").Montage; +var ObjectId = require("data/objectid").ObjectId; +var logger = require("core/logger").logger("restobjectid"); +/** + @class module:montage/data/restaccess/restobjectid.RestObjectId + @extends module:montage/data/objectid.ObjectId +*/ +var RestObjectId = exports.RestObjectId = Montage.create(ObjectId,/** @lends module:montage/data/restaccess/restobjectid.RestObjectId# */ { + + +}); -- cgit v1.2.3