Subversion Repositories Applications.papyrus

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1318 alexandre_ 1
/*
2
	Copyright (c) 2004-2006, The Dojo Foundation
3
	All Rights Reserved.
4
 
5
	Licensed under the Academic Free License version 2.1 or above OR the
6
	modified BSD license. For more information on Dojo licensing, see:
7
 
8
		http://dojotoolkit.org/community/licensing.shtml
9
*/
10
 
11
dojo.provide("dojo.data.old.provider.JotSpot");
12
dojo.require("dojo.data.old.provider.Base");
13
dojo.data.old.provider.JotSpot = function () {
14
	dojo.unimplemented("dojo.data.old.provider.JotSpot");
15
};
16
dojo.inherits(dojo.data.old.provider.JotSpot, dojo.data.old.provider.Base);
17